From: Peter Krempa Date: Mon, 28 Apr 2025 12:19:32 +0000 (+0200) Subject: qemucapabilitiesdata: Enable GTK graphics for 'caps_10.0.0_x86_64' X-Git-Tag: v11.4.0-rc1~112 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0668b7bf0b0757c7882a457b7a01a0aa9d90018;p=thirdparty%2Flibvirt.git qemucapabilitiesdata: Enable GTK graphics for 'caps_10.0.0_x86_64' The common x86_64 test output was usually built without GTK as I've had that in my build script for a long time. Enable it now as GTK UI is enabled by many distros and upcoming patches plan to add support to libvirt as well. Signed-off-by: Peter Krempa Reviewed-by: Pavel Hrdina --- diff --git a/tests/qemucapabilitiesdata/caps_10.0.0_x86_64.replies b/tests/qemucapabilitiesdata/caps_10.0.0_x86_64.replies index c2fd4f8d3d..6b2a2c2af7 100644 --- a/tests/qemucapabilitiesdata/caps_10.0.0_x86_64.replies +++ b/tests/qemucapabilitiesdata/caps_10.0.0_x86_64.replies @@ -5581,6 +5581,10 @@ "name": "142", "tag": "type", "variants": [ + { + "case": "gtk", + "type": "422" + }, { "case": "curses", "type": "424" @@ -13701,6 +13705,9 @@ { "name": "none" }, + { + "name": "gtk" + }, { "name": "sdl" }, @@ -13721,6 +13728,7 @@ "values": [ "default", "none", + "gtk", "sdl", "egl-headless", "curses",