diff options
author | emersion <contact@emersion.fr> | 2018-09-02 21:42:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-02 21:42:46 +0200 |
commit | 3af9588eb4aab0b4f45edf2601c9a7ff0846861f (patch) | |
tree | 6f320a55332ced11092220903bd2590e513f8c29 /meson_options.txt | |
parent | e438342157272f6a807ea28ef1b554e01530ead8 (diff) | |
parent | 4ece26e511eaabca55fff216aa2f925d2c28ad44 (diff) |
Merge pull request #2562 from RyanDwyer/ld-library-path
Add meson option for LD_LIBRARY_PATH
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meson_options.txt b/meson_options.txt index 5e54607f..50d646fd 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,6 +1,7 @@ -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.') -option('bash_completions', type: 'boolean', value: true, description: 'Install bash shell completions.') -option('fish_completions', type: 'boolean', value: true, description: 'Install fish shell completions.') +option('sway-version', type : 'string', description: 'The version string reported in `sway --version`.') +option('ld-library-path', type: 'string', value: '', description: 'The LD_LIBRARY_PATH environment variable.') +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.') +option('fish-completions', type: 'boolean', value: true, description: 'Install fish shell completions.') option('enable-xwayland', type: 'boolean', value: true, description: 'Enable support for X11 applications') |