mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
18 lines
423 B
TOML
18 lines
423 B
TOML
#TODO compiled but not tested
|
|
[source]
|
|
tar = "https://gitlab.freedesktop.org/libdecor/libdecor/-/releases/0.2.5/downloads/libdecor-0.2.5.tar.xz"
|
|
blake3 = "83c2f4cf6b6abf654499ba6cb138eb1c044229f90b6b96207776d18de2031654"
|
|
patches = [ "redox.patch" ]
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Ddbus=disabled",
|
|
"-Ddemo=false",
|
|
]
|
|
dependencies = [
|
|
"pango",
|
|
"libwayland",
|
|
"wayland-protocols",
|
|
"gtk3",
|
|
]
|