diff options
author | emersion <contact@emersion.fr> | 2019-01-18 08:21:43 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2019-01-18 08:21:43 +0100 |
commit | ba16f16e4d5ac01690f9c2140c1f6682affd27cb (patch) | |
tree | dd32d8cfcf530d6f55924dab4eb0ce57a02803a8 /meson_options.txt | |
parent | 08a5b304e4334020f46752697ad0e7cde54229f4 (diff) |
meson: add gdk-pixbuf and man-pages options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 81eee66f..836d171a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -7,3 +7,5 @@ option('bash-completions', type: 'boolean', value: true, description: 'Install b option('fish-completions', type: 'boolean', value: true, description: 'Install fish shell completions.') option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications') option('tray', type: 'feature', value: 'auto', description: 'Enable support for swaybar tray') +option('gdk-pixbuf', type: 'feature', value: 'auto', description: 'Enable support for more image formats in swaybg') +option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages') |