diff options
author | Olivier Schonken <olivier.schonken@gmail.com> | 2013-03-25 13:27:59 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-03-26 23:09:32 +0100 |
commit | e5407614efabd9a6a3d8277e9567fe412f459fbf (patch) | |
tree | ad736d3d606b178c5af08e31757992a00aea4440 /package/gutenprint/Config.in | |
parent | 2320f6a309c405124aa3958948c3577378d07968 (diff) | |
download | buildroot-novena-e5407614efabd9a6a3d8277e9567fe412f459fbf.tar.gz buildroot-novena-e5407614efabd9a6a3d8277e9567fe412f459fbf.zip |
package: add gutenprint
Gutenprint, formerly named Gimp-Print, is a suite of printer
drivers that may be used with most common UNIX print spooling
systems, including CUPS, lpr, LPRng, or others
[Peter: needs host-pkgconf]
Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
[yann.morin.1998@free.fr: needs libiconv, cleanup]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gutenprint/Config.in')
-rw-r--r-- | package/gutenprint/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/gutenprint/Config.in b/package/gutenprint/Config.in new file mode 100644 index 000000000..eb06efd4c --- /dev/null +++ b/package/gutenprint/Config.in @@ -0,0 +1,14 @@ +config BR2_PACKAGE_GUTENPRINT + bool "gutenprint" + depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_PACKAGE_CUPS + select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE + help + Gutenprint, formerly named Gimp-Print, is a suite of printer + drivers that may be used with most common UNIX print spooling + systems, including CUPS, lpr, LPRng, or others + + http://gimp-print.sourceforge.net/ + +comment "gutenprint requires a toolchain with C++ support enabled" + depends on !BR2_INSTALL_LIBSTDCPP |