mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Disable picking up gtk-vnc, which qemu uses to compile a test if found at
configure time. ok Brad
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user