From e7e11bbf340f031223b56442b3aa4f4220fed315 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 Jun 2017 19:30:26 +0200 Subject: make nss-systemd support conditional (#6155) This allows the nss-systemd module to be disabled on minimal installations. --- meson_options.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson_options.txt') 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'], -- cgit v1.2.1