qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 11/14] modules: add spice dependencies


From: Gerd Hoffmann
Subject: [PATCH 11/14] modules: add spice dependencies
Date: Mon, 19 Oct 2020 09:52:21 +0200

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 util/module.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/util/module.c b/util/module.c
index 0c0f258923dc..21237dcc24df 100644
--- a/util/module.c
+++ b/util/module.c
@@ -176,6 +176,11 @@ static const struct {
     const char *name;
     const char *dep;
 } module_deps[] = {
+    { "audio-spice",    "ui-spice-core" },
+    { "chardev-spice",  "ui-spice-core" },
+    { "hw-display-qxl", "ui-spice-core" },
+    { "ui-spice-app",   "ui-spice-core" },
+    { "ui-spice-app",   "chardev-spice" },
 };
 #endif
 
-- 
2.27.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]