From: Peter Korsgaard Date: Thu, 8 Dec 2011 10:21:49 +0000 (+0100) Subject: transmission: gtk client needs locale support in toolchain X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d6dfc2109c7149a795f7bda963a9a583685dec3f;p=buildroot.git transmission: gtk client needs locale support in toolchain Otherwise configure errors out with: configure: error: "The gtk client cannot be built without nls support. Try adding either --enable-nls or --disable-gtk" Signed-off-by: Peter Korsgaard --- diff --git a/package/transmission/Config.in b/package/transmission/Config.in index 3fcf017fd9..e7e9f66f4b 100644 --- a/package/transmission/Config.in +++ b/package/transmission/Config.in @@ -36,10 +36,12 @@ config BR2_PACKAGE_TRANSMISSION_REMOTE config BR2_PACKAGE_TRANSMISSION_GTK bool "transmission-gtk" - depends on BR2_PACKAGE_LIBGTK2 + depends on BR2_PACKAGE_LIBGTK2 && BR2_ENABLE_LOCALE help Install transmission GTK-based GUI interface. +comment "transmission-gtk requires a toolchain with locale support" + depends on BR2_PACKAGE_LIBGTK2 && !BR2_ENABLE_LOCALE endif comment "Transmission requires a toolchain with IPv6 support"