From ca3489da7cdad87979f3bb096bdd3c85b9b46f9b Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 2 Jul 2010 14:04:34 +0200 Subject: blackbox: needs iconv if !locale 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 --- package/blackbox/Config.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'package/blackbox/Config.in') diff --git a/package/blackbox/Config.in b/package/blackbox/Config.in index bf237c53a..70f7eb4b5 100644 --- a/package/blackbox/Config.in +++ b/package/blackbox/Config.in @@ -2,8 +2,13 @@ config BR2_PACKAGE_BLACKBOX bool "blackbox" depends on BR2_PACKAGE_XORG7 depends on BR2_INSTALL_LIBSTDCPP + select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE + select BR2_PACKAGE_XLIB_LIBX11 help Blackbox is a fast, lightweight window manager for the X Window System. http://blackboxwm.sourceforge.net/ + +comment "blackbox requires a toolchain with C++ support enabled" + depends on BR2_PACKAGE_XORG7 && !BR2_INSTALL_LIBSTDCPP -- cgit v1.2.3