build/windows: Do not build GEGL workshop while we are stable

Jehan and Pippin told me that this should not be enabled in stable releases, so
I am manually disabling this targeting the upcoming 3.0.
This commit is contained in:
Bruno 2025-01-07 08:45:50 -03:00
parent 9cdf8f4eb2
commit 8556db2759
No known key found for this signature in database

View file

@ -111,6 +111,6 @@ function self_build ([string]$dep, [string]$option1, [string]$option2)
#FIXME: babl dev docs are broken. See: https://gitlab.gnome.org/GNOME/babl/-/issues/97 #FIXME: babl dev docs are broken. See: https://gitlab.gnome.org/GNOME/babl/-/issues/97
self_build babl '-Dwith-docs=false' self_build babl '-Dwith-docs=false'
self_build gegl '-Dworkshop=true' self_build gegl
Set-Location $GIMP_DIR Set-Location $GIMP_DIR