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
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 +++
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
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