From a6fbe2b84ff43cf46fceb65c381fc53d26b1bac5 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 9 Nov 2025 08:19:46 -0700 Subject: [PATCH] qemu: fix compilation --- recipes/wip/vm/qemu/recipe.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/wip/vm/qemu/recipe.toml b/recipes/wip/vm/qemu/recipe.toml index 2e02b8573..bbf0179b4 100644 --- a/recipes/wip/vm/qemu/recipe.toml +++ b/recipes/wip/vm/qemu/recipe.toml @@ -13,6 +13,7 @@ dependencies = [ "libjpeg", "liborbital", "libpng", + "libstdcxx", "llvm18", "mesa", "nghttp2", @@ -30,6 +31,7 @@ COOKBOOK_CONFIGURE_FLAGS=( --prefix="/usr" --cross-prefix="${TARGET}" --disable-coroutine-pool + --disable-dbus-display --disable-tpm ) case "${TARGET}" in