Mesa (7.9): mesa: Add talloc includes for gles

Thomas Hellstrom thomash at kemper.freedesktop.org
Tue Nov 23 11:05:15 UTC 2010


Module: Mesa
Branch: 7.9
Commit: 7d0c0d32b5869319bdd4945487ee04d10498c1dd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d0c0d32b5869319bdd4945487ee04d10498c1dd

Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Mon Nov  1 17:10:59 2010 +0100

mesa: Add talloc includes for gles

Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>

---

 src/mesa/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesa/Makefile b/src/mesa/Makefile
index 7a6936e..8b0756b 100644
--- a/src/mesa/Makefile
+++ b/src/mesa/Makefile
@@ -35,8 +35,8 @@ ES2_CPPFLAGS := -DFEATURE_ES2=1 $(DEFINES)
 
 # append 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)
+ES1_CPPFLAGS += -I$(TOP)/src/mapi/es1api $(INCLUDE_DIRS) $(TALLOC_CFLAGS)
+ES2_CPPFLAGS += -I$(TOP)/src/mapi/es2api $(INCLUDE_DIRS) $(TALLOC_CFLAGS)
 
 # tidy compiler flags
 CFLAGS := $(filter-out $(DEFINES), $(CFLAGS))




More information about the mesa-commit mailing list