3eb862bff5
This commit switches to use the new gettext logic, which involves: - using TARGET_NLS_DEPENDENCIES instead of hand-encoded dependencies on gettext/host-gettext - using TARGET_NLS_LIBS to force linking against libintl - dropping BR2_PACKAGE_GETTEXT selection, which means we no longer need to depend on BR2_USE_WCHAR, so this dependency is dropped Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
config BR2_PACKAGE_WHOIS
|
|
bool "whois"
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
|
help
|
|
Improved whois client.
|
|
|
|
http://www.linux.it/~md/software/
|