[Mesa-dev] [PATCH 1/2] mesa: Make sure we have the talloc cflags when using the talloc headers
Brian Paul
brianp at vmware.com
Mon Oct 18 09:32:14 PDT 2010
On 10/14/2010 02:24 PM, Thomas Hellstrom wrote:
> Signed-off-by: Thomas Hellstrom<thellstrom at vmware.com>
> ---
> 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 $(DEFINES)
> ES2_CPPFLAGS := -DFEATURE_ES2=1 $(DEFINES)
>
> # append include dirs
> -MESA_CPPFLAGS += $(INCLUDE_DIRS)
> +MESA_CPPFLAGS += $(INCLUDE_DIRS) $(TALLOC_CFLAGS)
> ES1_CPPFLAGS += -I$(TOP)/src/mapi/es1api $(INCLUDE_DIRS)
> ES2_CPPFLAGS += -I$(TOP)/src/mapi/es2api $(INCLUDE_DIRS)
>
Looks OK to me, Thomas. Sorry for the slow reply.
-Brian
More information about the mesa-dev
mailing list