summaryrefslogtreecommitdiff
path: root/package/cups
AgeCommit message (Collapse)Author
2009-05-14cups: remove version number from patchesPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-14cups: fix -fstack-protector configure checkPeter Korsgaard
The configure script failed to detect toolchains without stack protector support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-14cups: add pdftops optionPeter Korsgaard
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>
2009-04-18cups: add -source targetPeter Korsgaard
2009-01-25exec-profix fix for cupsUlf Samuelsson
2009-01-25Make cups build, support perl/php optionUlf Samuelsson
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-09-02cups: fix help textPeter Korsgaard
2008-09-01cups: fix help textPeter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-04-25Change cups makefile to fix $(STAGING_DIR)/usr/bin/cups-configJohn Voltz
2008-03-06added cupsJohn Voltz