diff options
Diffstat (limited to 'graphics/gimp3-app/files/patch-meson__options.txt')
-rw-r--r-- | graphics/gimp3-app/files/patch-meson__options.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gimp3-app/files/patch-meson__options.txt b/graphics/gimp3-app/files/patch-meson__options.txt index f8dcb9fffcdf..0a8931031e5b 100644 --- a/graphics/gimp3-app/files/patch-meson__options.txt +++ b/graphics/gimp3-app/files/patch-meson__options.txt @@ -1,6 +1,6 @@ ---- meson_options.txt.orig 2025-03-19 00:53:29 UTC +--- meson_options.txt.orig 2025-10-05 17:14:02 UTC +++ meson_options.txt -@@ -41,10 +41,10 @@ option('heif', type: 'feature', value: 'a +@@ -42,10 +42,10 @@ option('heif', type: 'feature', value: 'a option('ghostscript', type: 'feature', value: 'auto', description: 'Ghostscript support') option('gudev', type: 'feature', value: 'auto', description: 'Gudev support') option('heif', type: 'feature', value: 'auto', description: 'HEIF support') @@ -13,12 +13,12 @@ option('openexr', type: 'feature', value: 'auto', description: 'Openexr support') option('openmp', type: 'feature', value: 'auto', description: 'OpenMP support') option('print', type: 'boolean', value: true, description: 'Print support') -@@ -53,7 +53,7 @@ option('xpm', type: 'feature', value: 'a +@@ -54,7 +54,7 @@ option('xpm', type: 'feature', value: 'a option('wmf', type: 'feature', value: 'auto', description: 'Wmf support') option('xcursor', type: 'feature', value: 'auto', description: 'Xcursor support') option('xpm', type: 'feature', value: 'auto', description: 'XPM support') -option('headless-tests', type: 'feature', value: 'auto', description: 'Use xvfb-run/dbus-run-session for UI-dependent automatic tests') +option('headless-tests', type: 'feature', value: 'disabled', description: 'Use xvfb-run/dbus-run-session for UI-dependent automatic tests') - option('file-plug-ins-test', type: 'boolean', value: 'false', description: 'Always install test-file-plug-ins (mostly for CI testing)') + option('file-plug-ins-test', type: 'boolean', value: false, description: 'Always install test-file-plug-ins (mostly for CI testing)') option('can-crosscompile-gir', type: 'boolean', value: false, description: 'GIR is buildable even if crosscompiling') |