diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-14 14:58:40 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-14 14:58:40 +0000 |
commit | 17e7fbc24a7de736fcd5a3eda8181b3e0ba69fb0 (patch) | |
tree | d6f766397f08d91517a4d8eeb814963a4ad63703 | |
parent | 7259c57976c4e5b6f0573bb379f2aacdaca9f5d1 (diff) |
blackbox: needs c++ support
-rw-r--r-- | package/blackbox/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/blackbox/Config.in b/package/blackbox/Config.in index 67dde22b2..d6819b44c 100644 --- a/package/blackbox/Config.in +++ b/package/blackbox/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_BLACKBOX bool "blackbox" depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7 + depends on BR2_INSTALL_LIBSTDCPP help Blackbox is a fast, lightweight window manager for the X Window System. |