diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-21 13:53:59 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-24 19:25:33 -0400 |
commit | 36f0387efc0d7d3a72a7b0e3c94e513b14505d04 (patch) | |
tree | 9f3cb50ae43e0f96dddd726c58d4d72c297deee5 /meson_options.txt | |
parent | dc25d2adb5ed252c2f702f0075ad74fee684d78a (diff) | |
download | systemd-36f0387efc0d7d3a72a7b0e3c94e513b14505d04.tar.gz |
meson: add option to disable libacl support
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 132c05ab56..790119cd1f 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -175,6 +175,8 @@ option('polkit', type : 'combo', choices : ['auto', 'true', 'false'], option('ima', type : 'boolean', description : 'IMA support') +option('acl', type : 'combo', choices : ['auto', 'true', 'false'], + description : 'libacl support') option('audit', type : 'combo', choices : ['auto', 'true', 'false'], description : 'libaudit support') option('blkid', type : 'combo', choices : ['auto', 'true', 'false'], |