build/windows: Don't build gegl with workshop on gimp-3-0 branch

This commit is contained in:
Bruno Lopes 2025-10-07 11:36:22 -03:00
parent e58fc935b9
commit f5f7fcc271
No known key found for this signature in database

View file

@ -138,7 +138,7 @@ function self_build ([string]$repo, [array]$branch, [array]$patches, [array]$opt
}
self_build babl
self_build gegl @('-Dworkshop=true')
self_build gegl
if ("$env:MSYSTEM_PREFIX" -ne 'MINGW32')
{
self_build https://github.com/Exiv2/exiv2 "v0.28.7" @('https://github.com/Exiv2/exiv2/pull/3361.patch') @('-DCMAKE_DLL_NAME_WITH_SOVERSION=ON', '-DEXIV2_BUILD_EXIV2_COMMAND=OFF', '-DEXIV2_ENABLE_VIDEO=OFF')