mirror of
https://github.com/systemd/systemd.git
synced 2025-01-03 05:18:09 +03:00
meson: add -Didn=yes|no option
This commit is contained in:
parent
6326a14326
commit
d1bf56759b
@ -1009,6 +1009,7 @@ foreach pair : [['utmp', 'HAVE_UTMP'],
|
|||||||
['ima', 'HAVE_IMA'],
|
['ima', 'HAVE_IMA'],
|
||||||
['smack', 'HAVE_SMACK'],
|
['smack', 'HAVE_SMACK'],
|
||||||
['gshadow', 'ENABLE_GSHADOW'],
|
['gshadow', 'ENABLE_GSHADOW'],
|
||||||
|
['idn', 'ENABLE_IDN'],
|
||||||
]
|
]
|
||||||
|
|
||||||
if get_option(pair[0])
|
if get_option(pair[0])
|
||||||
@ -2448,6 +2449,7 @@ foreach tuple : [
|
|||||||
['microhttpd'],
|
['microhttpd'],
|
||||||
['gnutls'],
|
['gnutls'],
|
||||||
['libcurl'],
|
['libcurl'],
|
||||||
|
['idn'],
|
||||||
['libidn2'],
|
['libidn2'],
|
||||||
['libidn'],
|
['libidn'],
|
||||||
['libiptc'],
|
['libiptc'],
|
||||||
|
@ -197,6 +197,8 @@ option('libcryptsetup', type : 'combo', choices : ['auto', 'true', 'false'],
|
|||||||
description : 'libcryptsetup support')
|
description : 'libcryptsetup support')
|
||||||
option('libcurl', type : 'combo', choices : ['auto', 'true', 'false'],
|
option('libcurl', type : 'combo', choices : ['auto', 'true', 'false'],
|
||||||
description : 'libcurl support')
|
description : 'libcurl support')
|
||||||
|
option('idn', type : 'boolean',
|
||||||
|
description : 'use IDN when printing host names')
|
||||||
option('libidn2', type : 'combo', choices : ['auto', 'true', 'false'],
|
option('libidn2', type : 'combo', choices : ['auto', 'true', 'false'],
|
||||||
description : 'libidn2 support')
|
description : 'libidn2 support')
|
||||||
option('libidn', type : 'combo', choices : ['auto', 'true', 'false'],
|
option('libidn', type : 'combo', choices : ['auto', 'true', 'false'],
|
||||||
|
Loading…
Reference in New Issue
Block a user