From 3260f2dc5683218d6cdf98e0296cd88afdca9416 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 20 Nov 2025 09:47:26 -0700 Subject: [PATCH] libsoup: disable introspection --- recipes/wip/libs/other/libsoup/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/wip/libs/other/libsoup/recipe.toml b/recipes/wip/libs/other/libsoup/recipe.toml index 762f3b8a..7472e838 100644 --- a/recipes/wip/libs/other/libsoup/recipe.toml +++ b/recipes/wip/libs/other/libsoup/recipe.toml @@ -18,6 +18,7 @@ template = "custom" script = """ DYNAMIC_INIT cookbook_meson \ + -Dintrospection=disabled \ -Dsysprof=disabled \ -Dtests=false \ -Dtls_check=false