summaryrefslogtreecommitdiffstats
path: root/package/blackbox/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* blackbox: needs mmuGustavo Zacarias2013-05-061-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/644617ae64b39c57428c3e57115c3e6df5396d16/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* blackbox: needs iconv if !localePeter Korsgaard2010-07-021-0/+5
| | | | | | | | | Closes #2101 At the same time fix dependencies so it can be built without a local X server, and a comment is shown if C++ support isn't enabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xorg: simplify dependencies on X.orgThomas Petazzoni2009-07-171-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++ supportPeter Korsgaard2009-03-141-0/+1
|
* blackbox: fix long help text linesPeter Korsgaard2008-08-271-1/+2
|
* blackbox: don't show comment if no xserver is selectedPeter Korsgaard2008-08-261-3/+0
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-1/+1
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* added blackbox window managerJohn Voltz2008-03-061-0/+11