diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2024-12-16 12:34:01 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2024-12-16 12:34:01 +0100 |
commit | 3c58cc0293bc27c1e45894bd0f537afee655c3c0 (patch) | |
tree | 8c8cea6e37e7c44224810a712f7c3a33da520df6 | |
parent | 64a61501f2101c00a0a366409f01e0759a7820af (diff) | |
download | fbida-3c58cc0293bc27c1e45894bd0f537afee655c3c0.tar.gz |
flip some options in auto mode
-rw-r--r-- | meson_options.txt | 6 |
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') |