From 1f62e1a5bc537c861c48c5305fad457acc41e2a9 Mon Sep 17 00:00:00 2001 From: Alex Huszagh Date: Sat, 4 Sep 2021 18:41:28 -0500 Subject: [PATCH] Update to latest stable Qemu release. Fixes #557. --- docker/qemu.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/qemu.sh b/docker/qemu.sh index 9025dacb5..ea8b21fda 100755 --- a/docker/qemu.sh +++ b/docker/qemu.sh @@ -109,7 +109,7 @@ build_static_pixman() { } main() { - local version=5.1.0 + local version=6.1.0 if_centos version=4.2.1 @@ -125,6 +125,7 @@ main() { flex \ libtool \ make \ + ninja-build \ patch \ python3 \