mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-17 00:38:43 +08:00
14 lines
346 B
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",
|
|
]
|