From a5dbf2ba24eb57627806c2b108a09d45ed674347 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 30 Apr 2026 19:47:33 -0600 Subject: [PATCH] gtk3: disable examples and tests --- recipes/wip/libs/gnome/gtk3/recipe.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/wip/libs/gnome/gtk3/recipe.toml b/recipes/wip/libs/gnome/gtk3/recipe.toml index 44958e1a0..7e2b13a0e 100644 --- a/recipes/wip/libs/gnome/gtk3/recipe.toml +++ b/recipes/wip/libs/gnome/gtk3/recipe.toml @@ -48,5 +48,7 @@ script = """ DYNAMIC_INIT CFLAGS="${CFLAGS} -DM_SQRT2=1.41421356237309504880" cookbook_meson \ - -Dintrospection=false + -Dexamples=false \ + -Dintrospection=false \ + -Dtests=false """