package/libgtk4: fix execinfo compile error

../testsuite/reftests/gtk-reftest.c:28:10: fatal error: execinfo.h: No such file or directory

We don't need the test suite, so disable it.

Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Thomas Devoogdt
2024-08-31 13:36:26 +02:00
committed by Thomas Petazzoni
parent f18790aedc
commit 87bdffd543

View File

@@ -26,6 +26,7 @@ LIBGTK4_DEPENDENCIES = \
LIBGTK4_CONF_OPTS = \
-Dbuild-tests=false \
-Dbuild-testsuite=false \
-Dmedia-ffmpeg=disabled \
-Dprint-cpdb=disabled \
-Dvulkan=disabled \