diff --git a/recipes/libs/glib/recipe.toml b/recipes/libs/glib/recipe.toml index b0bc7107..f99a7e74 100644 --- a/recipes/libs/glib/recipe.toml +++ b/recipes/libs/glib/recipe.toml @@ -18,5 +18,6 @@ script = """ DYNAMIC_INIT cookbook_meson \ -Ddefault_library=shared \ - -Dxattr=false + -Dxattr=false \ + -Dc_args=-Wno-error=implicit-function-declaration """