redox/recipes/wip/dev/lttng-ust/recipe.toml
2024-02-16 01:42:41 +00:00

13 lines
224 B
TOML

#TODO make dependencies work
[source]
tar = "http://lttng.org/files/lttng-ust/lttng-ust-2.13.6.tar.bz2"
[build]
template = "configure"
dependencies = [
"libxml2",
"lttng",
"liburcu",
"libuuid",
"popt",
]