From 5f24cd6de6be57da2f36aa047c50285625213b47 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 11 Jun 2024 22:21:00 +0200 Subject: Make setcap for install optional --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'meson_options.txt') 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') -- cgit v1.2.3