Add -Ddesktop-files option

This commit is contained in:
dec05eba
2026-01-01 04:53:26 +01:00
parent 2bb6754523
commit 3713d3d59e
3 changed files with 8 additions and 7 deletions

View File

@@ -1,2 +1,3 @@
option('systemd', type : 'boolean', value : true, description : 'Install systemd service file')
option('capabilities', type : 'boolean', value : true, description : 'Set binary setuid capability on gsr-global-hotkeys binary to allow global hotkeys')
option('capabilities', type : 'boolean', value : true, description : 'Set binary setuid capability on gsr-global-hotkeys binary to allow global hotkeys')
option('desktop-files', type : 'boolean', value : true, description : 'Install desktop files')