[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 4/5] ci: add gtk-vnc to the deps
From: |
Thomas Huth |
Subject: |
[PULL 4/5] ci: add gtk-vnc to the deps |
Date: |
Fri, 16 Aug 2024 09:22:17 +0200 |
From: Daniel P. Berrangé <berrange@redhat.com>
The gtk-vnc package is used by the vnc-display-test qtest
program. Technically only gvnc is needed, but since we
already pull in the gtk3 dep, it is harmless to depend
on gtk-vnc.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20240718094159.902024-2-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
tests/lcitool/projects/qemu.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/lcitool/projects/qemu.yml b/tests/lcitool/projects/qemu.yml
index 0c85784259..252e871f80 100644
--- a/tests/lcitool/projects/qemu.yml
+++ b/tests/lcitool/projects/qemu.yml
@@ -32,6 +32,7 @@ packages:
- glusterfs
- gnutls
- gtk3
+ - gtk-vnc
- hostname
- json-c
- libaio
--
2.46.0
- [PULL 0/5] Some small tests and s390x fixes, Thomas Huth, 2024/08/16
- [PULL 1/5] target/s390x: fix build warning (gcc-12 -fsanitize=thread), Thomas Huth, 2024/08/16
- [PULL 3/5] tests/avocado: apply proper skipUnless decorator, Thomas Huth, 2024/08/16
- [PULL 5/5] ci: refresh package lists with lcitool, Thomas Huth, 2024/08/16
- [PULL 2/5] meson.build: Check for the availability of __attribute__((gcc_struct)) on MSYS2, Thomas Huth, 2024/08/16
- [PULL 4/5] ci: add gtk-vnc to the deps,
Thomas Huth <=
- Re: [PULL 0/5] Some small tests and s390x fixes, Richard Henderson, 2024/08/16