Re: [PATCH] configure: Do not require GBM for OpenGL

2021-02-22 Thread Gerd Hoffmann
On Fri, Feb 19, 2021 at 08:31:52PM +0900, Akihiko Odaki wrote: > Signed-off-by: Akihiko Odaki Breaks windows build: https://gitlab.com/kraxel/qemu/-/jobs/1046112682 # ls /usr/x86_64-w64-mingw32/sys-root/mingw/include/epoxy/ common.h gl.h gl_generated.h wgl.h wgl_generated.h Seems windows ha

[PATCH] configure: Do not require GBM for OpenGL

2021-02-19 Thread Akihiko Odaki
Signed-off-by: Akihiko Odaki --- configure| 11 +-- include/ui/egl-helpers.h | 2 ++ ui/meson.build | 1 + 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/configure b/configure index 9f016b06b54..bd96929d7b4 100755 --- a/configure +++ b/configure