mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
12 lines
331 B
TOML
12 lines
331 B
TOML
#TODO missing script for Meson, see https://gitlab.freedesktop.org/libdecor/libdecor#build-install
|
|
[source]
|
|
tar = "https://gitlab.freedesktop.org/libdecor/libdecor/uploads/ee5ef0f2c3a4743e8501a855d61cb397/libdecor-0.1.1.tar.xz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"cairo",
|
|
"pango",
|
|
"libwayland",
|
|
"dbus",
|
|
]
|