buildroot: s/depends/depends on/

The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
This commit is contained in:
Peter Korsgaard
2008-06-19 19:06:25 +00:00
parent 9991e8c7fb
commit a5ac61715b
59 changed files with 304 additions and 304 deletions

View File

@@ -8,4 +8,4 @@ config BR2_PACKAGE_BLACKBOX
http://blackboxwm.sourceforge.net/
comment "blackbox - disabled (requires Xorg(7))"
depends !(BR2_PACKAGE_XORG || BR2_PACKAGE_XORG7)
depends on !(BR2_PACKAGE_XORG || BR2_PACKAGE_XORG7)