diff options
| author | Gerd Hoffmann <kraxel@redhat.com> | 2021-06-24 12:38:13 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-07-09 18:20:27 +0200 |
| commit | b36ae1c1a235e531e9ccc90bf588749c7bc2d426 (patch) | |
| tree | 2aa2ebaac02c405b6f84656f0be00448cd889c1d /ui/spice-core.c | |
| parent | be4bf77c9cb9f46396473e9f8cd9cb56e29b851c (diff) | |
| download | focaccia-qemu-b36ae1c1a235e531e9ccc90bf588749c7bc2d426.tar.gz focaccia-qemu-b36ae1c1a235e531e9ccc90bf588749c7bc2d426.zip | |
modules: add ui module annotations
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Jose R. Ziviani <jziviani@suse.de> Message-Id: <20210624103836.2382472-12-kraxel@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'ui/spice-core.c')
| -rw-r--r-- | ui/spice-core.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/spice-core.c b/ui/spice-core.c index 272d19b0c1..86d43783ac 100644 --- a/ui/spice-core.c +++ b/ui/spice-core.c @@ -1037,3 +1037,8 @@ static void spice_register_config(void) qemu_add_opts(&qemu_spice_opts); } opts_init(spice_register_config); +module_opts("spice"); + +#ifdef CONFIG_OPENGL +module_dep("ui-opengl"); +#endif |