redox/recipes/wip/libs/audio/libcanberra/recipe.toml
Anhad Singh b17dd28e62
misc(recipes): remove DYNAMIC_INIT from source scripts
`autotools_recursive_regenerate` is now defined regardless of
`DYNAMIC_INIT`.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-04 18:27:55 +11:00

20 lines
387 B
TOML

#TODO no audio backend supported
[source]
tar = "http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.xz"
blake3 = "ea02f4b5a00bfffce1d29ce73e1cf5351027208cbeb58bf9954e84ad120e6daa"
script = """
autotools_recursive_regenerate
"""
[build]
dependencies = [
"gtk3",
"libtool",
"libvorbis",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""