diff options
author | Waldemar Brodkorb <wbx-github@users.noreply.github.com> | 2017-06-24 19:30:26 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-06-24 13:30:26 -0400 |
commit | e7e11bbf340f031223b56442b3aa4f4220fed315 (patch) | |
tree | 5240586b68ae5e79bc2a48b698edb904dd3ce402 /meson_options.txt | |
parent | a4bdea5e316520adaf89d3b7527baaac4d1ea90e (diff) | |
download | systemd-e7e11bbf340f031223b56442b3aa4f4220fed315.tar.gz |
make nss-systemd support conditional (#6155)
This allows the nss-systemd module to be disabled on minimal installations.
Diffstat (limited to 'meson_options.txt')
-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 0de217744f..1594fec41f 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -203,6 +203,8 @@ option('libidn2', type : 'combo', choices : ['auto', 'true', 'false'], description : 'libidn2 support') option('libidn', type : 'combo', choices : ['auto', 'true', 'false'], description : 'libidn support') +option('nss-systemd', type : 'boolean', + description : 'enable nss-systemd') option('libiptc', type : 'combo', choices : ['auto', 'true', 'false'], description : 'libiptc support') option('qrencode', type : 'combo', choices : ['auto', 'true', 'false'], |