summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-24 19:28:04 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-24 19:28:04 -0400
commit5464ec8a8e7a84341d192e7614ad55c159652751 (patch)
tree0d49d99f7165766f85c0c1443d7fdb1ce6743e68 /meson_options.txt
parent80c6fce81cd1256cbc65bf567aaaa42b6cd60691 (diff)
downloadsystemd-5464ec8a8e7a84341d192e7614ad55c159652751.tar.gz
meson: there is no smack library
Detection would always fail, so this was broken. Treat this as a binary enable/disable option.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 350be3cc88..6d40c3f806 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -168,7 +168,7 @@ option('selinux', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'SELinux support')
option('apparmor', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'AppArmor support')
-option('smack', type : 'combo', choices : ['auto', 'true', 'false'],
+option('smack', type : 'boolean',
description : 'SMACK support')
option('smack-run-label', type : 'string',
description : 'run systemd --system itself with a specific SMACK label')