mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Add WIP recipe for cosmic-comp
This commit is contained in:
parent
a803cb4040
commit
36fba0be16
17
recipes/wip/wayland/cosmic-comp/recipe.toml
Normal file
17
recipes/wip/wayland/cosmic-comp/recipe.toml
Normal file
@ -0,0 +1,17 @@
|
||||
#TODO: does not compile
|
||||
[source]
|
||||
git = "https://github.com/jackpot51/cosmic-comp"
|
||||
branch = "redox"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libffi",
|
||||
"libwayland",
|
||||
"libxkbcommon",
|
||||
]
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
export RUSTFLAGS="${RUSTFLAGS}"
|
||||
cookbook_cargo --no-default-features
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user