summaryrefslogtreecommitdiff
path: root/package/whois
diff options
context:
space:
mode:
authorJérôme Pouiller <jezz@sysmic.org>2014-09-19 16:52:58 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-09-19 23:09:02 +0200
commit0790de59cdc36fa0efe36df05fe7cbdae3f46dad (patch)
tree7f4a7ff2d8c2f47c9af87bca7fc5dcccc5e00275 /package/whois
parent3b423f3b02e1604d8b66b0b6555218e5409ca99f (diff)
whois: Fix unmet dependencies
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>
Diffstat (limited to 'package/whois')
-rw-r--r--package/whois/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/whois/Config.in b/package/whois/Config.in
index 40b659014..95e3dc610 100644
--- a/package/whois/Config.in
+++ b/package/whois/Config.in
@@ -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