]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: add -Didn=yes|no option 6133/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 16 Jun 2017 13:16:28 +0000 (09:16 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 16 Jun 2017 13:21:15 +0000 (09:21 -0400)
meson.build
meson_options.txt

index f932d06a5324dba90321ac4eaf2da17dcfe03a8f..407d7ea08eff7913e9e87dfcb71faefe61f6e49b 100644 (file)
@@ -1009,6 +1009,7 @@ foreach pair : [['utmp',          'HAVE_UTMP'],
                 ['ima',           'HAVE_IMA'],
                 ['smack',         'HAVE_SMACK'],
                 ['gshadow',       'ENABLE_GSHADOW'],
+                ['idn',           'ENABLE_IDN'],
                ]
 
         if get_option(pair[0])
@@ -2448,6 +2449,7 @@ foreach tuple : [
         ['microhttpd'],
         ['gnutls'],
         ['libcurl'],
+        ['idn'],
         ['libidn2'],
         ['libidn'],
         ['libiptc'],
index da4a932ff21f9a8b2d6c57bd67d9d13af040ba70..0de217744f3a581380f083aa826f631d76cac8ea 100644 (file)
@@ -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'],