mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
gobject-introspection: update and add script, not working yet
This commit is contained in:
parent
593e3acf6e
commit
f7710a5701
@ -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"
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user