diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-10-19 09:52:21 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-10-21 15:46:14 +0200 |
commit | 4e6515143a6eb29cde01edefecb3e41cac9a7680 (patch) | |
tree | 7f60ed98f13a2cddc08eaaf2ec19b43d118092f2 | |
parent | 6f13fa7a9825e85e35927cbb51a992e158798424 (diff) |
modules: add spice dependencies
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
-rw-r--r-- | util/module.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/util/module.c b/util/module.c index 0c0f258923..21237dcc24 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 |