diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-06-16 15:16:28 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-06-16 15:21:15 +0200 |
commit | d1bf56759b1367c243c91a83857ea76f9ccc1faf (patch) | |
tree | d32bb8f78e294e78f3c2cbc46b2f7c266312c732 /meson_options.txt | |
parent | Make IDN support conditional (diff) | |
download | systemd-d1bf56759b1367c243c91a83857ea76f9ccc1faf.tar.xz systemd-d1bf56759b1367c243c91a83857ea76f9ccc1faf.zip |
meson: add -Didn=yes|no option
Diffstat (limited to '')
-rw-r--r-- | meson_options.txt | 2 |
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'], |