projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f13fa7
)
modules: add spice dependencies
author
Gerd Hoffmann
<kraxel@redhat.com>
Mon, 19 Oct 2020 07:52:21 +0000
(09:52 +0200)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Wed, 21 Oct 2020 13:46:14 +0000
(15:46 +0200)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id:
20201019075224
.14803-12-kraxel@redhat.com
util/module.c
patch
|
blob
|
history
diff --git
a/util/module.c
b/util/module.c
index 0c0f258923dcfdcdac7552d374db3e5da8698749..21237dcc24df596afe4f09e28ae584029e04cc7e 100644
(file)
--- 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