]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - Config.in
core: add a kconfig option to require an UTF8 locale on the host
[coffee/buildroot.git] / Config.in
index 98096dff12e1c51c1950728cd160bd7ab1c1993f..495b71ce03d3ea08d2034c5d98926013f2980946 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -84,6 +84,11 @@ config BR2_HOSTARCH_NEEDS_IA32_LIBS
 config BR2_HOSTARCH_NEEDS_IA32_COMPILER
        bool
 
+# Hidden boolean selected by packages that need the host to have an
+# UTF8 locale.
+config BR2_NEEDS_HOST_UTF8_LOCALE
+       bool
+
 source "arch/Config.in"
 
 menu "Build options"