mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 17:18:46 +08:00
13 lines
335 B
TOML
13 lines
335 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://pipewire.pages.freedesktop.org/wireplumber/installing-wireplumber.html
|
|
[source]
|
|
git = "https://gitlab.freedesktop.org/pipewire/wireplumber"
|
|
rev = "d3eb77b292655cef333a8f4cab4e861415bc37c2"
|
|
[build]
|
|
template = "meson"
|
|
dependencies = [
|
|
"pipewire",
|
|
"glib",
|
|
"lua54",
|
|
]
|