Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-24 | xorg: use BR2_PACKAGE_XORG instead of BR2_PACKAGE_XSERVER_none | Thomas Petazzoni | |
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> | |||
2009-05-14 | cups: remove version number from patches | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-05-14 | cups: fix -fstack-protector configure check | Peter Korsgaard | |
The configure script failed to detect toolchains without stack protector support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-05-14 | cups: add pdftops option | Peter 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-18 | cups: add -source target | Peter Korsgaard | |
2009-01-25 | exec-profix fix for cups | Ulf Samuelsson | |
2009-01-25 | Make cups build, support perl/php option | Ulf Samuelsson | |
2009-01-16 | package/: convert to DOWNLOAD helper | Peter Korsgaard | |
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-09-02 | cups: fix help text | Peter Korsgaard | |
2008-09-01 | cups: fix help text | Peter Korsgaard | |
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-04-25 | Change cups makefile to fix $(STAGING_DIR)/usr/bin/cups-config | John Voltz | |
2008-03-06 | added cups | John Voltz | |