mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 18:18:44 +08:00
cosmic-player: build without wgpu feature
This commit is contained in:
parent
2a4bdd2865
commit
c5e50b9730
@ -10,16 +10,12 @@ dependencies = [
|
||||
"gstreamer-plugins-base",
|
||||
"libffi",
|
||||
"libiconv",
|
||||
"liborbital",
|
||||
"libxkbcommon",
|
||||
"llvm18",
|
||||
"mesa",
|
||||
"pcre",
|
||||
"zlib",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_carg
|
||||
cookbook_cargo --no-default-features
|
||||
mkdir -pv "${COOKBOOK_STAGE}/ui/apps"
|
||||
cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/ui/apps/cosmic-player"
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user