summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx-github@users.noreply.github.com>2017-06-24 19:30:26 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-06-24 19:30:26 +0200
commite7e11bbf340f031223b56442b3aa4f4220fed315 (patch)
tree5240586b68ae5e79bc2a48b698edb904dd3ce402 /meson_options.txt
parentMerge pull request #6185 from keszybz/env-serialization (diff)
downloadsystemd-e7e11bbf340f031223b56442b3aa4f4220fed315.tar.xz
systemd-e7e11bbf340f031223b56442b3aa4f4220fed315.zip
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.txt2
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'],