mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
ui/spice: Use HAVE_SPICE_GL for OpenGL checks
Some code in ui/spice used CONFIG_OPENGL for OpenGL conditionals, but SPICE also depends on CONFIG_GBM and SPICE server whose version is 0.13.1 or later for OpenGL. Always use HAVE_SPICE_GL, which defines the precise condition. Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20210714055735.86050-1-akihiko.odaki@gmail.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
committed by
Gerd Hoffmann
parent
cd6c768f6a
commit
9a6c69d389
@ -1039,6 +1039,6 @@ static void spice_register_config(void)
|
||||
opts_init(spice_register_config);
|
||||
module_opts("spice");
|
||||
|
||||
#ifdef CONFIG_OPENGL
|
||||
#ifdef HAVE_SPICE_GL
|
||||
module_dep("ui-opengl");
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user