Re: [Mesa-dev] [PATCH] build: substitute X11_INCLUDES variable

2012-09-19 Thread Robert Bragg
On Wed, Sep 19, 2012 at 5:26 PM, Matt Turner wrote: > On Wed, Sep 19, 2012 at 8:12 AM, Robert Bragg wrote: >> There are a few automake files that reference $(X11_INCLUDES) such as >> src/glx/Makefile.am but configure.ac wasn't declaring the variable for >> substitution. This would break builds of

Re: [Mesa-dev] [PATCH] build: substitute X11_INCLUDES variable

2012-09-19 Thread Matt Turner
On Wed, Sep 19, 2012 at 8:12 AM, Robert Bragg wrote: > There are a few automake files that reference $(X11_INCLUDES) such as > src/glx/Makefile.am but configure.ac wasn't declaring the variable for > substitution. This would break builds of glx if libxcb, for example, was > installed in its own pr

[Mesa-dev] [PATCH] build: substitute X11_INCLUDES variable

2012-09-19 Thread Robert Bragg
There are a few automake files that reference $(X11_INCLUDES) such as src/glx/Makefile.am but configure.ac wasn't declaring the variable for substitution. This would break builds of glx if libxcb, for example, was installed in its own prefix since AM_CFLAGS wouldn't coincidentally list the needed i