aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2024-12-16 12:34:01 +0100
committerGerd Hoffmann <kraxel@redhat.com>2024-12-16 12:34:01 +0100
commit3c58cc0293bc27c1e45894bd0f537afee655c3c0 (patch)
tree8c8cea6e37e7c44224810a712f7c3a33da520df6
parent64a61501f2101c00a0a366409f01e0759a7820af (diff)
downloadfbida-3c58cc0293bc27c1e45894bd0f537afee655c3c0.tar.gz
flip some options in auto mode
-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')