Re: [PATCH v4] configure: Improve OpenGL dependency detections

2021-03-11 Thread Akihiko Odaki
2021年3月11日(木) 21:44 Gerd Hoffmann : > > On Tue, Feb 23, 2021 at 03:03:07PM +0900, Akihiko Odaki wrote: > > This has the following visible changes: > > > > - GBM is required only for OpenGL dma-buf. > > - X11 is explicitly required by gtk-egl. > > - EGL is now mandatory for the OpenGL displays. > >

Re: [PATCH v4] configure: Improve OpenGL dependency detections

2021-03-11 Thread Gerd Hoffmann
On Tue, Feb 23, 2021 at 03:03:07PM +0900, Akihiko Odaki wrote: > This has the following visible changes: > > - GBM is required only for OpenGL dma-buf. > - X11 is explicitly required by gtk-egl. > - EGL is now mandatory for the OpenGL displays. > > The last one needs some detailed description. Be

[PATCH v4] configure: Improve OpenGL dependency detections

2021-02-22 Thread Akihiko Odaki
This has the following visible changes: - GBM is required only for OpenGL dma-buf. - X11 is explicitly required by gtk-egl. - EGL is now mandatory for the OpenGL displays. The last one needs some detailed description. Before this change, EGL was tested only for OpenGL dma-buf with the check of EG