summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2022-06-03 13:29:47 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-06-04 05:08:37 +0900
commitc9bd01ae902d66acd8647a1cc0167bc0d246cbc8 (patch)
tree54aa784cc27cfb2f23824caa7333d6dd9df10655 /meson_options.txt
parentea4f2d5fb7875e47441f736d6298f3930180647b (diff)
downloadsystemd-c9bd01ae902d66acd8647a1cc0167bc0d246cbc8.tar.gz
meson: Switch default-locale default to C.UTF-8
We're already using C.UTF-8 as the default locale for nspawn. Let's make the same change for the default-locale option instead of deciding what to use based on the locale used by the host system. Users can still override the locale using the default-locale option if needed.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 26d1170c50..6c816abd65 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -300,7 +300,7 @@ option('default-kill-user-processes', type : 'boolean',
description : 'the default value for KillUserProcesses= setting')
option('gshadow', type : 'boolean',
description : 'support for shadow group')
-option('default-locale', type : 'string', value : '',
+option('default-locale', type : 'string', value : 'C.UTF-8',
description : 'default locale used when /etc/locale.conf does not exist')
option('localegen-path', type : 'string', value : '',
description : 'absolute path to the locale-gen binary in case the system is using locale-gen')