diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
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') |