mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-08 20:48:41 +08:00
14 lines
348 B
TOML
14 lines
348 B
TOML
#TODO missing script for Meson, see https://gitlab.freedesktop.org/wlroots/wlroots#building
|
|
[source]
|
|
tar = "https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.17.0/downloads/wlroots-0.17.0.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libwayland",
|
|
"libxcb",
|
|
"libinput",
|
|
"libxkbcommon",
|
|
"pixman",
|
|
"seatd",
|
|
]
|