Meson: Replace option instlibdir with libexecdir

Derive a value from it, called `rundir` rather than writing join_paths(libexecdir,
'sway') all over the place.
This commit is contained in:
Nicolas Braud-Santoni 2018-05-01 20:47:55 +02:00
parent 1670b46bf6
commit 830c4ef74c
5 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,3 @@
option('instlibdir', type: 'string', description: 'Installation path for sway-internal executables, such as swaybg or swaybar. (Default: prefix/lib/sway)')
option('sway_version', type : 'string', description: 'The version string reported in `sway --version`.')
option('default_wallpaper', type: 'boolean', value: true, description: 'Install the default wallpaper.')
option('zsh_completions', type: 'boolean', value: true, description: 'Install zsh shell completions.')