diff options
author | Cem Keylan <cem@ckyln.com> | 2023-03-06 15:47:46 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-03-06 15:47:46 +0100 |
commit | 682dce06030843b0bb3396394cd4be630cfecea4 (patch) | |
tree | 23e22c2eb23bc40dce9dec8244e0944b61096e8c /extra/gtk4/build | |
parent | 52061d10f0f5470645558bc7c7dfdec33a29ca03 (diff) | |
download | repository-682dce06030843b0bb3396394cd4be630cfecea4.tar.gz |
gtk4: bump to 4.10.0
Diffstat (limited to 'extra/gtk4/build')
-rwxr-xr-x | extra/gtk4/build | 4 |
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)" \ |