mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
core: add a kconfig option to require an UTF8 locale on the host
This can be selected when we need the host to have an UTF-8 locale (e.g. to build uClibc with support for locales). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
cbc75196db
commit
de0df99706
@ -84,6 +84,11 @@ config BR2_HOSTARCH_NEEDS_IA32_LIBS
|
|||||||
config BR2_HOSTARCH_NEEDS_IA32_COMPILER
|
config BR2_HOSTARCH_NEEDS_IA32_COMPILER
|
||||||
bool
|
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"
|
source "arch/Config.in"
|
||||||
|
|
||||||
menu "Build options"
|
menu "Build options"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user