From 71909095aca7a5a28b74bc1530e27e57e58e27a6 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 3 Feb 2025 17:05:52 +0000 Subject: [PATCH] Disable picking up gtk-vnc, which qemu uses to compile a test if found at configure time. ok Brad --- .../qemu/patches/patch-tests_qtest_meson_build | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 emulators/qemu/patches/patch-tests_qtest_meson_build diff --git a/emulators/qemu/patches/patch-tests_qtest_meson_build b/emulators/qemu/patches/patch-tests_qtest_meson_build new file mode 100644 index 00000000000..b5024333c89 --- /dev/null +++ b/emulators/qemu/patches/patch-tests_qtest_meson_build @@ -0,0 +1,18 @@ +Index: tests/qtest/meson.build +--- tests/qtest/meson.build.orig ++++ tests/qtest/meson.build +@@ -362,14 +362,6 @@ qtests = { + 'netdev-socket': files('netdev-socket.c', '../unit/socket-helpers.c'), + } + +-if vnc.found() +- gvnc = dependency('gvnc-1.0', method: 'pkg-config', required: false) +- if gvnc.found() +- qtests += {'vnc-display-test': [gvnc]} +- qtests_generic += [ 'vnc-display-test' ] +- endif +-endif +- + if dbus_display + qtests += {'dbus-display-test': [dbus_display1, gio]} + endif