[gimp/wip/Jehan/native-win64-build] Enable GEGL and try to build it.




commit 3340f17cb5578c50c4e24d4ecdee4f567dc4da20
Author: Jehan <jehan girinstud io>
Date:   Mon May 3 18:45:48 2021 +0200

    Enable GEGL and try to build it.

 build/windows/build-msys2.sh | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/build/windows/build-msys2.sh b/build/windows/build-msys2.sh
index 96e4b7ddaa..2cc81b68d0 100644
--- a/build/windows/build-msys2.sh
+++ b/build/windows/build-msys2.sh
@@ -82,10 +82,11 @@ git clone --depth=${GIT_DEPTH} https://gitlab.gnome.org/GNOME/gegl.git _gegl
 #ninja -v -C _build
 #ninja -C _build install
 #cd ../_gegl
-#meson --prefix="${GIMP_PREFIX}" -Ddocs=false _build
-#ninja -C _build
-#ninja -C _build install
-#cd ..
+cd _gegl
+meson --prefix="${GIMP_PREFIX}" -Ddocs=false _build
+ninja -C _build
+ninja -C _build install
+cd ..
 
 # Build
 ccache --zero-stats


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]