Re: [Mesa-dev] [PATCH 1/2] mesa: Make sure we have the talloc cflags when using the talloc headers

2010-10-18 Thread Brian Paul
On 10/14/2010 02:24 PM, Thomas Hellstrom wrote: Signed-off-by: Thomas Hellstrom --- src/mesa/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/Makefile b/src/mesa/Makefile index c41c38c..7a6936e 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@

[Mesa-dev] [PATCH 1/2] mesa: Make sure we have the talloc cflags when using the talloc headers

2010-10-14 Thread Thomas Hellstrom
Signed-off-by: Thomas Hellstrom --- src/mesa/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/Makefile b/src/mesa/Makefile index c41c38c..7a6936e 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -34,7 +34,7 @@ ES1_CPPFLAGS := -DFEATURE_ES1=1 $(D