summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2018-12-28 07:38:36 -0500
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-12-29 21:43:04 +0900
commit8ca9e92c742602b8bcd431001e6f5b78c28c184f (patch)
treee6d80515544fe9933b042ef6f14b1e1229b77016 /meson_options.txt
parent911649fdd43f3a9158b847947724a772a5a45c34 (diff)
downloadsystemd-8ca9e92c742602b8bcd431001e6f5b78c28c184f.tar.gz
Make default locale a compile time option
Default to a locale that's guaranteed to exist everywhere, but let distros override this with something more exotic if they choose to. Closes #11259.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 1423b8998e..7a75f380f9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -195,6 +195,8 @@ 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 : 'C',
+ description : 'default locale used when /etc/locale.conf does not exist')
option('default-dnssec', type : 'combo',
description : 'default DNSSEC mode',