Commit 0790de59 authored by Jérôme Pouiller's avatar Jérôme Pouiller Committed by Peter Korsgaard
Browse files

whois: Fix unmet dependencies



Fix :
   BR2_PACKAGE_WHOIS selects BR2_PACKAGE_GETTEXT which has unmet direct dependencies (BR2_USE_WCHAR)

Signed-off-by: default avatarJérôme Pouiller <jezz@sysmic.org>
Reviewed-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 3b423f3b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
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