qemu: add shared-deps

This commit is contained in:
Jeremy Soller 2025-04-10 15:39:48 -06:00
parent c6e333ba9a
commit 35cbc8ecac
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -48,3 +48,17 @@ case "${TARGET}" in
esac
cookbook_configure
"""
[package]
shared-deps = [
"gettext",
"glib",
"libffi",
"libgcc",
"libiconv",
"liborbital",
"libpng",
"nghttp2",
"openssl1",
"zlib",
]