From 35cbc8ecac37de712dde378b8f914090cc125a08 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 10 Apr 2025 15:39:48 -0600 Subject: [PATCH] qemu: add shared-deps --- recipes/wip/vm/qemu/recipe.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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", +]