mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
10 lines
209 B
TOML
10 lines
209 B
TOML
#TODO missing Unix domain sockets support
|
|
#TODO compilation error
|
|
[source]
|
|
tar = "https://dbus.freedesktop.org/releases/dbus/dbus-1.14.10.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"expat",
|
|
]
|