Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xorg: use BR2_PACKAGE_XORG instead of BR2_PACKAGE_XSERVER_none | Thomas Petazzoni | 2009-07-24 | 1 | -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> | ||||
* | xpdf: depends on freetype, so select it in kconfig as well | Peter Korsgaard | 2009-01-28 | 1 | -0/+1 |
| | |||||
* | xpdf: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -1/+2 |
| | |||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -2/+2 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | added xpdf | John Voltz | 2008-03-06 | 4 | -0/+895 |