redox/recipes/wip/libs/other/libdecor/recipe.toml

14 lines
346 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/-/releases/0.2.5/downloads/libdecor-0.2.5.tar.xz"
[build]
template = "meson"
mesonflags = [
"-Ddbus=disabled"
]
dependencies = [
"pango",
"libwayland",
]