mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 14:54:20 +08:00
13 lines
224 B
TOML
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",
|
|
]
|