From b36ae1c1a235e531e9ccc90bf588749c7bc2d426 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 24 Jun 2021 12:38:13 +0200 Subject: modules: add ui module annotations Signed-off-by: Gerd Hoffmann Reviewed-by: Jose R. Ziviani Message-Id: <20210624103836.2382472-12-kraxel@redhat.com> Signed-off-by: Paolo Bonzini --- ui/sdl2.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ui/sdl2.c') diff --git a/ui/sdl2.c b/ui/sdl2.c index a203cb0239..36d9010cb6 100644 --- a/ui/sdl2.c +++ b/ui/sdl2.c @@ -918,3 +918,7 @@ static void register_sdl1(void) } type_init(register_sdl1); + +#ifdef CONFIG_OPENGL +module_dep("ui-opengl"); +#endif -- cgit 1.4.1