Re: [Qemu-devel] [PATCH] ui/egl: Reduce required libraries to build with EGL support

2015-10-26 Thread OGAWA Hirofumi
Gerd Hoffmann writes: > On Mo, 2015-10-26 at 19:39 +0900, OGAWA Hirofumi wrote: >> Gerd Hoffmann writes: >> >> > On Sa, 2015-10-24 at 20:51 +0900, OGAWA Hirofumi wrote: >> >> To support EGL (sdl2-gl, gtk-egl, egl-helpers, etc.), we don't need to >> >> install "gl" or "glesv" packages. (Those ar

Re: [Qemu-devel] [PATCH] ui/egl: Reduce required libraries to build with EGL support

2015-10-26 Thread Gerd Hoffmann
On Mo, 2015-10-26 at 19:39 +0900, OGAWA Hirofumi wrote: > Gerd Hoffmann writes: > > > On Sa, 2015-10-24 at 20:51 +0900, OGAWA Hirofumi wrote: > >> To support EGL (sdl2-gl, gtk-egl, egl-helpers, etc.), we don't need to > >> install "gl" or "glesv" packages. (Those are used only for milkymist-tmu2)

Re: [Qemu-devel] [PATCH] ui/egl: Reduce required libraries to build with EGL support

2015-10-26 Thread OGAWA Hirofumi
Gerd Hoffmann writes: > On Sa, 2015-10-24 at 20:51 +0900, OGAWA Hirofumi wrote: >> To support EGL (sdl2-gl, gtk-egl, egl-helpers, etc.), we don't need to >> install "gl" or "glesv" packages. (Those are used only for milkymist-tmu2). > > They are needed and used. Maybe it works if you don't expli

Re: [Qemu-devel] [PATCH] ui/egl: Reduce required libraries to build with EGL support

2015-10-26 Thread Gerd Hoffmann
On Sa, 2015-10-24 at 20:51 +0900, OGAWA Hirofumi wrote: > To support EGL (sdl2-gl, gtk-egl, egl-helpers, etc.), we don't need to > install "gl" or "glesv" packages. (Those are used only for milkymist-tmu2). They are needed and used. Maybe it works if you don't explicitly link them because epoxy b

[Qemu-devel] [PATCH] ui/egl: Reduce required libraries to build with EGL support

2015-10-24 Thread OGAWA Hirofumi
To support EGL (sdl2-gl, gtk-egl, egl-helpers, etc.), we don't need to install "gl" or "glesv" packages. (Those are used only for milkymist-tmu2). So, this move check from opengl to egl. Signed-off-by: OGAWA Hirofumi --- configure| 34 -- include/u