mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 17:48:42 +08:00
11 lines
321 B
TOML
11 lines
321 B
TOML
#TODO not compiled or tested
|
|
# build instructions: 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 = "meson"
|
|
dependencies = [
|
|
"pango",
|
|
"libwayland",
|
|
]
|