mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
27 lines
468 B
TOML
27 lines
468 B
TOML
#TODO port to redox
|
|
#TODO build instructions - https://github.com/H-M-H/Weylus#building
|
|
[source]
|
|
git = "https://github.com/H-M-H/Weylus"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"pango",
|
|
"gstreamer",
|
|
"dbus",
|
|
"libx11",
|
|
"libxext",
|
|
"libxft",
|
|
"libxinerama",
|
|
"libxcursor",
|
|
"libxi",
|
|
"libxv",
|
|
"libxfixes",
|
|
"libxtst",
|
|
"libxrender",
|
|
"libxrandr",
|
|
"libxcomposite",
|
|
]
|
|
script = """
|
|
cookbook_cargo_packages weylus
|
|
"""
|