From 10b6cc1de1e9fc978cb02efdf55387ed84a01954 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Thu, 19 Sep 2024 17:55:45 -0600
Subject: [PATCH] qemu: add all dependencies

---
 recipes/wip/vm/qemu/recipe.toml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/recipes/wip/vm/qemu/recipe.toml b/recipes/wip/vm/qemu/recipe.toml
index ef4f28a25..aaf68abc4 100644
--- a/recipes/wip/vm/qemu/recipe.toml
+++ b/recipes/wip/vm/qemu/recipe.toml
@@ -7,13 +7,18 @@ dependencies = [
     "curl",
     "gettext",
     "glib",
+    "libffi",
     "libiconv",
+    "liborbital",
     "libpng",
+    "llvm18",
+    "mesa",
     "nghttp2",
     "openssl1",
     "pcre",
     "pixman",
     "sdl2",
+    "sdl2-image",
     "zlib",
 ]
 script = """
-- 
GitLab