projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ebcf34
)
build: Set visibility CFLAGS in dri/r200
author
Matt Turner
<mattst88@gmail.com>
Thu, 27 Sep 2012 20:29:01 +0000
(13:29 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Wed, 3 Oct 2012 21:00:46 +0000
(14:00 -0700)
(cherry picked from commit
362840270702f32c1b4e5a52e04f4cad3f1de004
)
src/mesa/drivers/dri/r200/Makefile.am
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r200/Makefile.am
b/src/mesa/drivers/dri/r200/Makefile.am
index
8920ab0
..
c8947a8
100644
(file)
--- a/
src/mesa/drivers/dri/r200/Makefile.am
+++ b/
src/mesa/drivers/dri/r200/Makefile.am
@@
-36,6
+36,7
@@
AM_CFLAGS = \
-I$(top_srcdir)/src/mesa/drivers/dri/r200/server \
$(DEFINES) \
$(API_DEFINES) \
+ $(VISIBILITY_CFLAGS) \
$(RADEON_CFLAGS)
dridir = $(DRI_DRIVER_INSTALL_DIR)