Make setcap for install optional

This commit is contained in:
dec05eba
2024-06-11 22:21:00 +02:00
parent e78e03891e
commit 5f24cd6de6
3 changed files with 7 additions and 4 deletions

View File

@@ -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')