WIP: cosmic-panel

This commit is contained in:
Jeremy Soller 2026-02-23 08:41:39 -07:00
parent 96bdc6b92d
commit e655379a39

View 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
"""