kumquat-buildroot/package/blackbox/Config.in
Peter Korsgaard a5ac61715b buildroot: s/depends/depends on/
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
2008-06-19 19:06:25 +00:00

12 lines
328 B
Plaintext

config BR2_PACKAGE_BLACKBOX
bool "blackbox"
default n
depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
help
Blackbox is a fast, lightweight window manager for the X Window System.
http://blackboxwm.sourceforge.net/
comment "blackbox - disabled (requires Xorg(7))"
depends on !(BR2_PACKAGE_XORG || BR2_PACKAGE_XORG7)