qemu: fix compilation

This commit is contained in:
Jeremy Soller 2025-11-09 08:19:46 -07:00
parent ea197b4cfe
commit a6fbe2b84f
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -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