Re: [Mesa-dev] [PATCH] glx: fix compile error in egl_glx.c.

2013-09-19 Thread Kenneth Graunke
On 09/19/2013 10:46 AM, Gaetan Nadon wrote: > On 13-09-18 09:41 PM, Kenneth Graunke wrote: [snip] >> This looks good to me. There are a couple of other instances of >> X11_CFLAGS in the codebase as well. Presumably those need to be changed >> as well? > > These did not break the build for me. I

Re: [Mesa-dev] [PATCH] glx: fix compile error in egl_glx.c.

2013-09-19 Thread Gaetan Nadon
On 13-09-18 09:41 PM, Kenneth Graunke wrote: > On 09/17/2013 12:46 PM, Gaetan Nadon wrote: >> egl_glx.c:40:22: fatal error: X11/Xlib.h: No such file or directory >> >> The compiler cannot find the Xlib.h in the installed system headers. >> All supplied include directives point to inside the mesa mo

Re: [Mesa-dev] [PATCH] glx: fix compile error in egl_glx.c.

2013-09-18 Thread Kenneth Graunke
On 09/17/2013 12:46 PM, Gaetan Nadon wrote: > egl_glx.c:40:22: fatal error: X11/Xlib.h: No such file or directory > > The compiler cannot find the Xlib.h in the installed system headers. > All supplied include directives point to inside the mesa module. > The X11_CFLAGS variable is undefined (not

[Mesa-dev] [PATCH] glx: fix compile error in egl_glx.c.

2013-09-17 Thread Gaetan Nadon
egl_glx.c:40:22: fatal error: X11/Xlib.h: No such file or directory The compiler cannot find the Xlib.h in the installed system headers. All supplied include directives point to inside the mesa module. The X11_CFLAGS variable is undefined (not defined in config.status). It appears the intent was