projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61702d4
)
remove a -Werror from testing.
author
Adam Jackson
<ajax@freedesktop.org>
Mon, 25 Oct 2004 22:19:43 +0000
(22:19 +0000)
committer
Adam Jackson
<ajax@freedesktop.org>
Mon, 25 Oct 2004 22:19:43 +0000
(22:19 +0000)
src/glx/x11/Makefile
patch
|
blob
|
history
diff --git
a/src/glx/x11/Makefile
b/src/glx/x11/Makefile
index e5b9bff158bcd331d88a0a1b934169b4001ccf6d..a44e0a4a3648a9f77ed72bf71f6a7dfee496874a 100644
(file)
--- a/
src/glx/x11/Makefile
+++ b/
src/glx/x11/Makefile
@@
-10,8
+10,7
@@
include $(TOP)/configs/current
# support in libGL, we need to clean up both glxcmds.c and dri_interface.h.
DEFINES += -DGLX_DIRECT_RENDERING -DGLXEXT -DXF86DRI -DGLX_USE_DLOPEN \
- -DGLX_USE_MESA -DXF86VIDMODE -D_REENTRANT -UDRI_NEW_INTERFACE_ONLY \
- -Werror
+ -DGLX_USE_MESA -DXF86VIDMODE -D_REENTRANT -UDRI_NEW_INTERFACE_ONLY
C_SOURCES = \
$(TOP)/src/mesa/glapi/glapi.c \