Re: [Mesa-dev] [PATCH] Don't fail if libX11 isn't installed

2012-10-14 Thread Kenneth Graunke
On 10/14/2012 06:26 PM, Daniel Stone wrote: Hi, On 10 October 2012 01:07, Dan Nicholson wrote: On Oct 8, 2012 10:49 PM, "Matt Turner" wrote: Wow, it's been like that since 2008. Reviewed-by: Matt Turner Originally configure basically supported only GLX either through DRI or Xlib, so Xlib

Re: [Mesa-dev] [PATCH] Don't fail if libX11 isn't installed

2012-10-14 Thread Daniel Stone
Hi, On 10 October 2012 01:07, Dan Nicholson wrote: > On Oct 8, 2012 10:49 PM, "Matt Turner" wrote: >> Wow, it's been like that since 2008. >> >> Reviewed-by: Matt Turner > > Originally configure basically supported only GLX either through DRI or > Xlib, so Xlib was basically required. Not so mu

Re: [Mesa-dev] [PATCH] Don't fail if libX11 isn't installed

2012-10-09 Thread Dan Nicholson
On Oct 8, 2012 10:49 PM, "Matt Turner" wrote: > > On Mon, Oct 8, 2012 at 8:27 PM, Daniel Stone wrote: > > configure.ac would previously refuse to complete if libX11 wasn't > > installed, even if we'd disabled GLX and weren't building an X11 EGL > > platform. Make the check simply set the no_x va

Re: [Mesa-dev] [PATCH] Don't fail if libX11 isn't installed

2012-10-08 Thread Matt Turner
On Mon, Oct 8, 2012 at 8:27 PM, Daniel Stone wrote: > configure.ac would previously refuse to complete if libX11 wasn't > installed, even if we'd disabled GLX and weren't building an X11 EGL > platform. Make the check simply set the no_x variable that's used (but > never set) immediately below fo