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
This commit is contained in:
parent
6f13fa7a98
commit
4e6515143a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user