diff mbox series

[11/14] modules: add spice dependencies

Message ID 20201019075224.14803-12-kraxel@redhat.com
State New
Headers show
Series ui: build spice and opengl as module. | expand

Commit Message

Gerd Hoffmann Oct. 19, 2020, 7:52 a.m. UTC
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 util/module.c | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

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