whois: Fix unmet dependencies
authorJérôme Pouiller <jezz@sysmic.org>
Fri, 19 Sep 2014 14:52:58 +0000 (16:52 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 19 Sep 2014 21:09:02 +0000 (23:09 +0200)
Fix :
   BR2_PACKAGE_WHOIS selects BR2_PACKAGE_GETTEXT which has unmet direct dependencies (BR2_USE_WCHAR)

Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/whois/Config.in

index 40b6590140e95f2506a97a6513160fc0375f7b5a..95e3dc6101b281fa6849b6d78b23c025ba80385b 100644 (file)
@@ -1,7 +1,11 @@
 config BR2_PACKAGE_WHOIS
        bool "whois"
+       depends on BR2_USE_WCHAR # gettext
        select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
        help
          Improved whois client.
 
          http://www.linux.it/~md/software/
+
+comment "whois needs a toolchain w/ wchar"
+       depends on !BR2_USE_WCHAR