From 3c58cc0293bc27c1e45894bd0f537afee655c3c0 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 16 Dec 2024 12:34:01 +0100 Subject: flip some options in auto mode --- meson_options.txt | 6 +++--- 1 file 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') -- cgit