[gimp/wip/Jehan/native-win64-build] Try to build exactly like MSYS2.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/Jehan/native-win64-build] Try to build exactly like MSYS2.
- Date: Mon, 3 May 2021 23:17:52 +0000 (UTC)
commit 9d0ee2f2ec61aba439cae683f6f60e199717c4de
Author: Jehan <jehan girinstud io>
Date: Mon May 3 21:14:04 2021 +0200
Try to build exactly like MSYS2.
Cf. https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-babl/PKGBUILD
build/windows/build-msys2.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/windows/build-msys2.sh b/build/windows/build-msys2.sh
index 60dd59e84a..af9448eac2 100644
--- a/build/windows/build-msys2.sh
+++ b/build/windows/build-msys2.sh
@@ -100,8 +100,8 @@ git clone --depth=${GIT_DEPTH} https://gitlab.gnome.org/GNOME/gegl.git _gegl
mkdir _babl/_build
cd _babl/_build
git apply ../../build/windows/patches/0001-Introspection-in-verbose-mode.patch
-meson -Dprefix="${GIMP_PREFIX}" -Dwith-docs=false ..
-ninja -v
+meson -Dprefix="${GIMP_PREFIX}" -Dwith-docs=false --buildtype=plain -Dwith-lcms=true -Denable-gir=true ..
+ninja
ninja install
mkdir ../../_gegl/_build
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]