diff --git a/recipes/wip/vm/qemu/recipe.toml b/recipes/wip/vm/qemu/recipe.toml index cc5030cbb..2f7562f39 100644 --- a/recipes/wip/vm/qemu/recipe.toml +++ b/recipes/wip/vm/qemu/recipe.toml @@ -48,3 +48,17 @@ case "${TARGET}" in esac cookbook_configure """ + +[package] +shared-deps = [ + "gettext", + "glib", + "libffi", + "libgcc", + "libiconv", + "liborbital", + "libpng", + "nghttp2", + "openssl1", + "zlib", +]