Re: [Mesa-dev] [PATCH RESEND 0/3] gallium: replacing X11_CFLAGS with X11_INCLUDES

2013-09-27 Thread Emil Velikov
On 28/09/13 01:39, Gaetan Nadon wrote: > On 13-09-27 07:59 PM, Brian Paul wrote: >> On 09/27/2013 03:42 PM, Gaetan Nadon wrote: >>> The X11_CFLAGS variable is undefined (not defined in config.status). >>> It appears the intent was to use X11_INCLUDES defined in configure.ac. >>> >>> Gaetan Nadon (3

Re: [Mesa-dev] [PATCH RESEND 0/3] gallium: replacing X11_CFLAGS with X11_INCLUDES

2013-09-27 Thread Gaetan Nadon
On 13-09-27 07:59 PM, Brian Paul wrote: > On 09/27/2013 03:42 PM, Gaetan Nadon wrote: >> The X11_CFLAGS variable is undefined (not defined in config.status). >> It appears the intent was to use X11_INCLUDES defined in configure.ac. >> >> Gaetan Nadon (3): >>gallium/targets/libgl-xlib: X11/Xlib.

Re: [Mesa-dev] [PATCH RESEND 0/3] gallium: replacing X11_CFLAGS with X11_INCLUDES

2013-09-27 Thread Brian Paul
On 09/27/2013 03:42 PM, Gaetan Nadon wrote: The X11_CFLAGS variable is undefined (not defined in config.status). It appears the intent was to use X11_INCLUDES defined in configure.ac. Gaetan Nadon (3): gallium/targets/libgl-xlib: X11/Xlib.h: No such file or directory gallium/state_trackers

[Mesa-dev] [PATCH RESEND 0/3] gallium: replacing X11_CFLAGS with X11_INCLUDES

2013-09-27 Thread Gaetan Nadon
The X11_CFLAGS variable is undefined (not defined in config.status). It appears the intent was to use X11_INCLUDES defined in configure.ac. Gaetan Nadon (3): gallium/targets/libgl-xlib: X11/Xlib.h: No such file or directory gallium/state_trackers/egl: use X11_INCLUDES rather than X11_CFLAGS