mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
WIP: cosmic-panel
This commit is contained in:
parent
96bdc6b92d
commit
e655379a39
22
recipes/wip/wayland/cosmic-panel/recipe.toml
Normal file
22
recipes/wip/wayland/cosmic-panel/recipe.toml
Normal file
@ -0,0 +1,22 @@
|
||||
[source]
|
||||
git = "https://github.com/jackpot51/cosmic-panel"
|
||||
branch = "redox"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"gettext",
|
||||
#"libffi",
|
||||
#TODO: requires evdev and some udev implementation: "libinput",
|
||||
"libwayland",
|
||||
"libxkbcommon",
|
||||
#"mesa",
|
||||
#"pixman",
|
||||
#"seatd",
|
||||
]
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
export GETTEXT_DIR="${COOKBOOK_SYSROOT}/usr"
|
||||
COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/cosmic-panel-bin"
|
||||
cookbook_cargo --no-default-features
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user