aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 74699ab..54e1ad4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,6 +1,6 @@
-option('gif', type: 'feature', value : 'enabled')
+option('gif', type: 'feature', value : 'auto')
option('png', type: 'feature', value : 'enabled')
option('tiff', type: 'feature', value : 'enabled')
-option('webp', type: 'feature', value : 'disabled')
-option('motif', type: 'feature', value : 'disabled')
+option('webp', type: 'feature', value : 'auto')
+option('motif', type: 'feature', value : 'auto')
option('pdf', type: 'feature', value : 'enabled')