summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-09-30 15:04:13 +0200
committerLibravatar GitHub <noreply@github.com>2018-09-30 15:04:13 +0200
commitbebe7dea8cd5ee4e10a368551c595397008e2d51 (patch)
tree63e09dad69399fe4470830b3103301a97ce0ab7f /meson_options.txt
parentMerge pull request #2726 from RyanDwyer/overhaul-gaps (diff)
parentAdd support for installing binaries with DT_RPATH (diff)
downloadsway-bebe7dea8cd5ee4e10a368551c595397008e2d51.tar.gz
sway-bebe7dea8cd5ee4e10a368551c595397008e2d51.tar.zst
sway-bebe7dea8cd5ee4e10a368551c595397008e2d51.zip
Merge pull request #2734 from ivyl/use_rpath
Add support for installing binaries with DT_RPATH
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 50d646fd..2db852fc 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,5 +1,6 @@
1option('sway-version', type : 'string', description: 'The version string reported in `sway --version`.') 1option('sway-version', type : 'string', description: 'The version string reported in `sway --version`.')
2option('ld-library-path', type: 'string', value: '', description: 'The LD_LIBRARY_PATH environment variable.') 2option('use_rpath', type: 'boolean', value: false, description: 'install binaries with rpath set')
3option('custom_rpath', type: 'string', value: '', description: 'override rpath with a custom one')
3option('default-wallpaper', type: 'boolean', value: true, description: 'Install the default wallpaper.') 4option('default-wallpaper', type: 'boolean', value: true, description: 'Install the default wallpaper.')
4option('zsh-completions', type: 'boolean', value: true, description: 'Install zsh shell completions.') 5option('zsh-completions', type: 'boolean', value: true, description: 'Install zsh shell completions.')
5option('bash-completions', type: 'boolean', value: true, description: 'Install bash shell completions.') 6option('bash-completions', type: 'boolean', value: true, description: 'Install bash shell completions.')