mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
qemu: add shared-deps
This commit is contained in:
parent
c6e333ba9a
commit
35cbc8ecac
@ -48,3 +48,17 @@ case "${TARGET}" in
|
||||
esac
|
||||
cookbook_configure
|
||||
"""
|
||||
|
||||
[package]
|
||||
shared-deps = [
|
||||
"gettext",
|
||||
"glib",
|
||||
"libffi",
|
||||
"libgcc",
|
||||
"libiconv",
|
||||
"liborbital",
|
||||
"libpng",
|
||||
"nghttp2",
|
||||
"openssl1",
|
||||
"zlib",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user