From 64eafc5cb3689631c02b2d973625d186422745eb Mon Sep 17 00:00:00 2001 From: Jehan Date: Mon, 2 Mar 2026 12:39:13 +0100 Subject: [PATCH] app: do not build GEGL documentation. We don't make use of it anywhere in our pipeline or release processes, and it's making problems right now. --- build/windows/1_build-deps-msys2.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/windows/1_build-deps-msys2.ps1 b/build/windows/1_build-deps-msys2.ps1 index 6e3dc0741c..ca4a2b9b60 100644 --- a/build/windows/1_build-deps-msys2.ps1 +++ b/build/windows/1_build-deps-msys2.ps1 @@ -169,7 +169,7 @@ if ($env:VCPKG_ROOT) exit 0 } self_build https://gitlab.gnome.org/GNOME/babl -self_build https://gitlab.gnome.org/GNOME/gegl +self_build https://gitlab.gnome.org/GNOME/gegl @('-Ddocs=false') 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')