summaryrefslogtreecommitdiffstats
path: root/package/cups
Commit message (Collapse)AuthorAgeFilesLines
* buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard2009-10-011-1/+1
| | | | | | | | | | We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-1/+1
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xorg: use BR2_PACKAGE_XORG instead of BR2_PACKAGE_XSERVER_noneThomas Petazzoni2009-07-241-1/+1
| | | | | | | | | | The BR2_PACKAGE_XSERVER_none option has gone, so use BR2_PACKAGE_XORG7 instead. It is more logical to test if BR2_PACKAGE_XORG7 is set to know if an X.org server is available, than testing if BR2_PACKAGE_XSERVER_none is set to know if an X.org server is *not* available. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* cups: remove version number from patchesPeter Korsgaard2009-05-142-0/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cups: fix -fstack-protector configure checkPeter Korsgaard2009-05-142-1/+27
| | | | | | | The configure script failed to detect toolchains without stack protector support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cups: add pdftops optionPeter Korsgaard2009-05-142-0/+19
| | | | | | | | The pdftops support in cups needs C++ support, whereas the rest doesn't. Add a BR2_PACKAGE_CUPS_PDFTOPS (depending on C++ support) to enable it if needed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cups: add -source targetPeter Korsgaard2009-04-181-0/+2
|
* exec-profix fix for cupsUlf Samuelsson2009-01-251-10/+2
|
* Make cups build, support perl/php optionUlf Samuelsson2009-01-251-11/+71
|
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* cups: fix help textPeter Korsgaard2008-09-021-1/+1
|
* cups: fix help textPeter Korsgaard2008-09-011-3/+2
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Change cups makefile to fix $(STAGING_DIR)/usr/bin/cups-configJohn Voltz2008-04-251-13/+51
|
* added cupsJohn Voltz2008-03-064-0/+64