mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
Merge audiod into the base repo
This commit is contained in:
parent
8fa32b3645
commit
81434cdeeb
@ -1,5 +0,0 @@
|
||||
[source]
|
||||
git = "https://gitlab.redox-os.org/redox-os/audiod.git"
|
||||
|
||||
[build]
|
||||
template = "cargo"
|
||||
@ -5,7 +5,7 @@ git = "https://gitlab.redox-os.org/redox-os/base.git"
|
||||
template = "custom"
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}/usr/bin"
|
||||
for package in ipcd ptyd; do
|
||||
for package in audiod ipcd ptyd; do
|
||||
"${COOKBOOK_CARGO}" build \
|
||||
--manifest-path "${COOKBOOK_SOURCE}/${package}/Cargo.toml" \
|
||||
${build_flags}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user