Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xorg: simplify dependencies on X.org | Thomas Petazzoni | 2009-07-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Many packages used to depend on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7, but this is useless since BR2_PACKAGE_XORG is a non-existing configuration option. So, these depencies gets simplified to BR2_PACKAGE_XORG7 only. Some others were depending on BR2_PACKAGE_TINYX (which doesn't) exist or BR2_PACKAGE_XSERVER_xorg || BR2_PACKAGE_XSERVER_tiny || BR2_PACKAGE_XSERVER_x11r7. Replace all that mess by a simple dependency on BR2_PACKAGE_XORG7. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | blackbox: needs c++ support | Peter Korsgaard | 2009-03-14 | 1 | -0/+1 |
| | |||||
* | blackbox: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -1/+2 |
| | |||||
* | blackbox: don't show comment if no xserver is selected | Peter Korsgaard | 2008-08-26 | 1 | -3/+0 |
| | |||||
* | 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. | ||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 1 | -1/+1 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | added blackbox window manager | John Voltz | 2008-03-06 | 1 | -0/+11 |