Re: [Mesa-dev] [PATCH v2] configure.ac: Disable GLX if OpenGL is not enabled

2013-02-08 Thread Michel Dänzer
On Don, 2013-02-07 at 21:34 -0800, Ian Romanick wrote: > On 01/31/2013 08:50 AM, Michel Dänzer wrote: > > From: Michel Dänzer > > > > GLX uses mapi/glapi/libglapi.la, which is only built for OpenGL. > > > > NOTE: This is a candidate for the stable branches. > > > > Bugzilla: https://bugs.freedesk

Re: [Mesa-dev] [PATCH v2] configure.ac: Disable GLX if OpenGL is not enabled

2013-02-07 Thread Ian Romanick
On 01/31/2013 08:50 AM, Michel Dänzer wrote: From: Michel Dänzer GLX uses mapi/glapi/libglapi.la, which is only built for OpenGL. NOTE: This is a candidate for the stable branches. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=59364 Tested-by: Tom Stellard Signed-off-by: Michel Dän

[Mesa-dev] [PATCH v2] configure.ac: Disable GLX if OpenGL is not enabled

2013-01-31 Thread Michel Dänzer
From: Michel Dänzer GLX uses mapi/glapi/libglapi.la, which is only built for OpenGL. NOTE: This is a candidate for the stable branches. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=59364 Tested-by: Tom Stellard Signed-off-by: Michel Dänzer --- v2: Error out on --enable-xlib-glx --