summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-05-12 12:01:40 +0200
committerGitHub <noreply@github.com>2017-05-12 12:01:40 +0200
commit3823da25cf0d374851321d0c5fa5bce872ef5f2b (patch)
tree1e51adb8833ecc9af073d980da5f7b26b42ff431 /meson_options.txt
parent2cfafe4d03a24d41b8c96ad06e10251daf6740af (diff)
parenta8a2a0ed64f727c82e3cfc7e84f54e3e70e7a111 (diff)
downloadsystemd-3823da25cf0d374851321d0c5fa5bce872ef5f2b.tar.gz
Merge pull request #5928 from keszybz/libidn2
Use idn2 instead of idn
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 3f55cdf1ff..da4a932ff2 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('libidn2', type : 'combo', choices : ['auto', 'true', 'false'],
+ description : 'libidn2 support')
option('libidn', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'libidn support')
option('libiptc', type : 'combo', choices : ['auto', 'true', 'false'],