]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemucapabilitiesdata: Enable GTK graphics for 'caps_10.0.0_x86_64'
authorPeter Krempa <pkrempa@redhat.com>
Mon, 28 Apr 2025 12:19:32 +0000 (14:19 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 5 May 2025 07:21:17 +0000 (09:21 +0200)
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 <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
tests/qemucapabilitiesdata/caps_10.0.0_x86_64.replies

index c2fd4f8d3dc99c009440ed3bfae87e4b30e12722..6b2a2c2af790d3752c410c843c26503eed2bca5f 100644 (file)
       "name": "142",
       "tag": "type",
       "variants": [
+        {
+          "case": "gtk",
+          "type": "422"
+        },
         {
           "case": "curses",
           "type": "424"
         {
           "name": "none"
         },
+        {
+          "name": "gtk"
+        },
         {
           "name": "sdl"
         },
       "values": [
         "default",
         "none",
+        "gtk",
         "sdl",
         "egl-headless",
         "curses",