Re: [PATCH] ui/spice: Use HAVE_SPICE_GL for OpenGL checks

2021-07-16 Thread Marc-André Lureau
On Wed, Jul 14, 2021 at 9:58 AM Akihiko Odaki wrote: > 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. > > Sign

[PATCH] ui/spice: Use HAVE_SPICE_GL for OpenGL checks

2021-07-13 Thread Akihiko Odaki
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 --- ui/spice-app.c | 3 ++- ui/spice-c