Re: [Qemu-devel] [PATCH v2] ui/opengl: Reduce build required libraries for opengl

2015-10-28 Thread Gerd Hoffmann
On Di, 2015-10-27 at 02:45 +0900, OGAWA Hirofumi wrote: > We now use epoxy to load opengl libraries. This means we don't need to > link opengl libraries directly if interfaces handled by epoxy. With > this, we just need epoxy headers and epoxy's *.so to build. > > Tested with epoxy-1.3.1. > > - s

[Qemu-devel] [PATCH v2] ui/opengl: Reduce build required libraries for opengl

2015-10-26 Thread OGAWA Hirofumi
We now use epoxy to load opengl libraries. This means we don't need to link opengl libraries directly if interfaces handled by epoxy. With this, we just need epoxy headers and epoxy's *.so to build. Tested with epoxy-1.3.1. - sdl2/gtk/console egl stuff doesn't require other than epoxy - milkymist