mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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>
This commit is contained in:
parent
be4bf77c9c
commit
b36ae1c1a2
5 changed files with 20 additions and 0 deletions
|
@ -918,3 +918,7 @@ static void register_sdl1(void)
|
|||
}
|
||||
|
||||
type_init(register_sdl1);
|
||||
|
||||
#ifdef CONFIG_OPENGL
|
||||
module_dep("ui-opengl");
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue