janus-gateway: make echo test plugin optional
[buildroot-gz.git] / package / whois / Config.in
blob0fbaf904d2f8eea588b1d3631d1f89c1e4f236e3
1 config BR2_PACKAGE_WHOIS
2         bool "whois"
3         depends on BR2_USE_WCHAR # gettext
4         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
5         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
6         help
7           Improved whois client.
9           http://www.linux.it/~md/software/
11 comment "whois needs a toolchain w/ wchar"
12         depends on !BR2_USE_WCHAR
13         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS