aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2019-01-18 08:21:43 +0100
committerFurkan Sahin <furkan-dev@proton.me>2019-01-18 08:21:43 +0100
commit43b191ebcf231dc86730d3b9aa6d7d95810d644b (patch)
treedd32d8cfcf530d6f55924dab4eb0ce57a02803a8 /meson_options.txt
parent1399739e8f2c4f450fc7d06cd8841b63a6ff0840 (diff)
meson: add gdk-pixbuf and man-pages options
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
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')