redox/recipes/wip/libs/other/libdecor/recipe.toml
2025-10-15 18:19:46 -03:00

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",
]