mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 10:57:50 +03:00
meson: remove rpath options
This commit is contained in:
parent
ab35e0383f
commit
bb2f007ad3
7 changed files with 6 additions and 24 deletions
|
@ -1,6 +1,4 @@
|
|||
option('sway-version', type : 'string', description: 'The version string reported in `sway --version`.')
|
||||
option('use_rpath', type: 'boolean', value: false, description: 'install binaries with rpath set')
|
||||
option('custom_rpath', type: 'string', value: '', description: 'override rpath with a custom one')
|
||||
option('default-wallpaper', type: 'boolean', value: true, description: 'Install the default wallpaper.')
|
||||
option('zsh-completions', type: 'boolean', value: true, description: 'Install zsh shell completions.')
|
||||
option('bash-completions', type: 'boolean', value: true, description: 'Install bash shell completions.')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue