build/windows: Don't build gegl with workshop on gimp-3-0 branch
This commit is contained in:
parent
e58fc935b9
commit
f5f7fcc271
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue