gtk3: disable examples and tests

This commit is contained in:
Jeremy Soller 2026-04-30 19:47:33 -06:00
parent 82af8d02ac
commit a5dbf2ba24

View File

@ -48,5 +48,7 @@ script = """
DYNAMIC_INIT
CFLAGS="${CFLAGS} -DM_SQRT2=1.41421356237309504880"
cookbook_meson \
-Dintrospection=false
-Dexamples=false \
-Dintrospection=false \
-Dtests=false
"""