summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/companion_libs.in2
-rw-r--r--config/toolchain.in1
2 files changed, 3 insertions, 0 deletions
diff --git a/config/companion_libs.in b/config/companion_libs.in
index e7e3ebb..7d1d4f7 100644
--- a/config/companion_libs.in
+++ b/config/companion_libs.in
@@ -69,6 +69,8 @@ config LIBICONV
config GETTEXT
bool "Build local gettext"
default y if CANADIAN || CROSS_NATIVE
+ select LIBICONV_NEEDED
+ select NCURSES_NEEDED
select COMPLIBS
config GMP
diff --git a/config/toolchain.in b/config/toolchain.in
index ca74ee7..b8c1b4a 100644
--- a/config/toolchain.in
+++ b/config/toolchain.in
@@ -308,6 +308,7 @@ comment "Misc options"
config TOOLCHAIN_ENABLE_NLS
bool
prompt "Enable nls"
+ select GETTEXT_NEEDED
help
Say 'Y' here to enable native language support (nls).