projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e96b69
)
mesa: Make sure we have the talloc cflags when using the talloc headers
author
Thomas Hellstrom
<thellstrom@vmware.com>
Thu, 14 Oct 2010 20:08:03 +0000
(22:08 +0200)
committer
Thomas Hellstrom
<thellstrom@vmware.com>
Tue, 19 Oct 2010 12:18:20 +0000
(14:18 +0200)
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
src/mesa/Makefile
patch
|
blob
|
history
diff --git
a/src/mesa/Makefile
b/src/mesa/Makefile
index c41c38cba66dd83aea6e43f00a248412e4be03e1..7a6936e210738121e75a42f4363e74abcf72885a 100644
(file)
--- 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)