aboutsummaryrefslogtreecommitdiff
path: root/extra/gtk4/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-03-06 15:47:46 +0100
committerCem Keylan <cem@ckyln.com>2023-03-06 15:47:46 +0100
commit682dce06030843b0bb3396394cd4be630cfecea4 (patch)
tree23e22c2eb23bc40dce9dec8244e0944b61096e8c /extra/gtk4/build
parent52061d10f0f5470645558bc7c7dfdec33a29ca03 (diff)
downloadrepository-682dce06030843b0bb3396394cd4be630cfecea4.tar.gz
gtk4: bump to 4.10.0
Diffstat (limited to 'extra/gtk4/build')
-rwxr-xr-xextra/gtk4/build4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/gtk4/build b/extra/gtk4/build
index 7b8d90c3..4a6e9f90 100755
--- a/extra/gtk4/build
+++ b/extra/gtk4/build
@@ -2,6 +2,10 @@
export DESTDIR="$1"
+# Disable usage of execinfo on the testsuite
+clsed '/#ifndef G_OS_WIN32/c#if !defined(G_OS_WIN32) && defined(__GLIBC__)' \
+ testsuite/reftests/gtk-reftest.c
+
cl-meson \
-Dgtk_doc=false \
-Dwayland-backend="$(cpt l -C wayland true false)" \