[gimp/wip/Jehan/native-win64-build] Make custom-build GIR files visible!



commit 4d89197026d6eb0c580fc30b9b83fb9c9061b2fb
Author: Jehan <jehan girinstud io>
Date:   Tue May 4 19:53:27 2021 +0200

    Make custom-build GIR files visible!

 build/windows/build-msys2.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/build/windows/build-msys2.sh b/build/windows/build-msys2.sh
index 43c7071cf6..eba373d825 100644
--- a/build/windows/build-msys2.sh
+++ b/build/windows/build-msys2.sh
@@ -89,8 +89,8 @@ export ACLOCAL_FLAGS="-I/c/msys64/mingw64/share/aclocal"
 
 # export XDG_DATA_DIRS="$XDG_DATA_DIRS:${GIMP_PREFIX}/share:/usr/local/share:/usr/share:/mingw64/share/"
 # export XDG_DATA_DIRS="$XDG_DATA_DIRS:${GIMP_PREFIX}/share:/mingw64/share/"
-# export XDG_DATA_DIRS="${GIMP_PREFIX}/share:/mingw64/share/"
-export XDG_DATA_DIRS="/mingw64/share/"
+export XDG_DATA_DIRS="${GIMP_PREFIX}/share:/mingw64/share/"
+#export XDG_DATA_DIRS="/mingw64/share/"
 
 git clone --depth=${GIT_DEPTH} https://gitlab.gnome.org/GNOME/babl.git _babl
 git clone --depth=${GIT_DEPTH} https://gitlab.gnome.org/GNOME/gegl.git _gegl
@@ -99,7 +99,7 @@ mkdir _babl/_build
 cd _babl/_build
 git apply ../../build/windows/patches/0001-Introspection-in-verbose-mode.patch
 git apply ../../build/windows/patches/0001-Add-some-quotes.patch
-meson -Dprefix="${GIMP_PREFIX}" -Denable-vapi=false -Dwith-docs=false --buildtype=plain -Dwith-lcms=true 
-Denable-gir=true ..
+meson -Dprefix="${GIMP_PREFIX}" -Dwith-docs=false ..
 ninja
 ninja install
 


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