projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbab39c
)
egl: add comment/reminder to fix the CFLAGS in this Makefile
author
Brian Paul
<brianp@vmware.com>
Wed, 25 Feb 2009 14:58:17 +0000
(07:58 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 25 Feb 2009 14:58:17 +0000
(07:58 -0700)
src/gallium/state_trackers/egl/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/egl/Makefile
b/src/gallium/state_trackers/egl/Makefile
index d266ae2d6281c3e84bf5d5cdf0a9f98786aab284..537ca19cb25d5f73b07f690eb092a443312a31bd 100644
(file)
--- a/
src/gallium/state_trackers/egl/Makefile
+++ b/
src/gallium/state_trackers/egl/Makefile
@@
-6,6
+6,8
@@
TOP = ../../../..
include ${TOP}/configs/current
+# XXX: We shouldn't be specifying special compiler flags here.
+# Flags should come from the configuration file instead.
CFLAGS:= -g -Wall -Werror-implicit-function-declaration -fPIC \
-I${GALLIUMDIR}/include \
-I${GALLIUMDIR}/auxiliary \