diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /graphics/gimp3-app/files/patch-meson__options.txt | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
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') |
