mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
cosmic-comp: compile on redox
This commit is contained in:
parent
63bec7f98f
commit
a8e598f7e1
@ -7,11 +7,15 @@ branch = "redox"
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libffi",
|
||||
#"libgbm",
|
||||
#"libinput",
|
||||
"libwayland",
|
||||
"libxkbcommon",
|
||||
"mesa",
|
||||
"pixman",
|
||||
"seatd",
|
||||
]
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
export RUSTFLAGS="${RUSTFLAGS}"
|
||||
cookbook_cargo --no-default-features
|
||||
cookbook_cargo --no-default-features --config 'profile.release.lto = "thin"'
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user