aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-06-11 22:21:00 +0200
committerdec05eba <dec05eba@protonmail.com>2024-06-11 22:21:00 +0200
commit5f24cd6de6be57da2f36aa047c50285625213b47 (patch)
tree43ef6acab2c524de27b0d5a500bcd38a3c7befc2 /meson_options.txt
parente78e03891e66da24ddcc30779a1ba4fdcd0250a8 (diff)
Make setcap for install optional
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 05aac3c..7286d14 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1 +1,2 @@
option('systemd', type : 'boolean', value : false, description : 'Install systemd service file')
+option('capabilities', type : 'boolean', value : true, description : 'Set binary admin capabilities to remove password prompt and increase performance')