Re: [Qemu-devel] [PATCH 1/4] configure: opengl overhaul

2015-01-16 Thread Gerd Hoffmann
Hi, > > +# opengl probe, used by milkymist-tmu2 > > Maybe remove this part of the comment about milkymist? Will do. > > +if test "$opengl" != "no" ; then > > + opengl_pkgs="gl" > > + if $pkg_config $opengl_pkgs; then > > +opengl_libs="$($pkg_config --libs $opengl_pkgs) -lX11" > > +o

Re: [Qemu-devel] [PATCH 1/4] configure: opengl overhaul

2015-01-15 Thread Max Reitz
On 2015-01-12 at 07:35, Gerd Hoffmann wrote: Rename config option from "glx" to "opengl", glx will not be the only option for opengl in near future. Also switch over to pkg-config for opengl support detection. Signed-off-by: Gerd Hoffmann --- configure| 39 +++

Re: [Qemu-devel] [PATCH 1/4] configure: opengl overhaul

2015-01-12 Thread Gerd Hoffmann
On Mo, 2015-01-12 at 13:55 +0100, Paolo Bonzini wrote: > > On 12/01/2015 13:35, Gerd Hoffmann wrote: > > Rename config option from "glx" to "opengl", glx will not be the only > > option for opengl in near future. Also switch over to pkg-config for > > opengl support detection. > > > > Signed-off

Re: [Qemu-devel] [PATCH 1/4] configure: opengl overhaul

2015-01-12 Thread Paolo Bonzini
On 12/01/2015 13:35, Gerd Hoffmann wrote: > Rename config option from "glx" to "opengl", glx will not be the only > option for opengl in near future. Also switch over to pkg-config for > opengl support detection. > > Signed-off-by: Gerd Hoffmann Gerd, since you're working in this area, can yo

[Qemu-devel] [PATCH 1/4] configure: opengl overhaul

2015-01-12 Thread Gerd Hoffmann
Rename config option from "glx" to "opengl", glx will not be the only option for opengl in near future. Also switch over to pkg-config for opengl support detection. Signed-off-by: Gerd Hoffmann --- configure| 39 +-- default-configs/lm