summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-06-16 09:16:28 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-06-16 09:21:15 -0400
commitd1bf56759b1367c243c91a83857ea76f9ccc1faf (patch)
treed32bb8f78e294e78f3c2cbc46b2f7c266312c732 /meson_options.txt
parent6326a143263fc460bbda871d6e74b1d7d2841ea1 (diff)
downloadsystemd-d1bf56759b1367c243c91a83857ea76f9ccc1faf.tar.gz
meson: add -Didn=yes|no option
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 da4a932ff2..0de217744f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -197,6 +197,8 @@ option('libcryptsetup', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'libcryptsetup support')
option('libcurl', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'libcurl support')
+option('idn', type : 'boolean',
+ description : 'use IDN when printing host names')
option('libidn2', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'libidn2 support')
option('libidn', type : 'combo', choices : ['auto', 'true', 'false'],