diff --git a/recipes/wip/libs/other/gobject-introspection/recipe.toml b/recipes/wip/libs/other/gobject-introspection/recipe.toml index 93a6f31f8..b8aeed6b2 100644 --- a/recipes/wip/libs/other/gobject-introspection/recipe.toml +++ b/recipes/wip/libs/other/gobject-introspection/recipe.toml @@ -1,9 +1,18 @@ -#TODO missing script for Meson, see https://gi.readthedocs.io/en/latest/build_test.html [source] -tar = "https://download.gnome.org/sources/gobject-introspection/1.76/gobject-introspection-1.76.1.tar.xz" +tar = "https://download.gnome.org/sources/gobject-introspection/1.84/gobject-introspection-1.84.0.tar.xz" +blake3 = "e01a810629b11b2fa415ba47d2df3ba521286e9933f6c2b364e959c26401eb96" + [build] template = "custom" dependencies = [ "cairo", "glib", + "libffi", + "pcre2", + "python312", + "zlib", ] +script = """ +DYNAMIC_INIT +cookbook_meson -Dpython="${COOKBOOK_SYSROOT}/usr/bin/python3.12" +"""