projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3628402
)
build: Set visibility CFLAGS in dri/swrast
author
Matt Turner
<mattst88@gmail.com>
Thu, 27 Sep 2012 20:29:08 +0000
(13:29 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Mon, 1 Oct 2012 22:23:05 +0000
(15:23 -0700)
src/mesa/drivers/dri/swrast/Makefile.am
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/swrast/Makefile.am
b/src/mesa/drivers/dri/swrast/Makefile.am
index 16a34413bad802238bed2e2ee9d0aaa15a233d81..244aa8b27dbe1370d7a38dbf8eead31a6bcbebee 100644
(file)
--- a/
src/mesa/drivers/dri/swrast/Makefile.am
+++ b/
src/mesa/drivers/dri/swrast/Makefile.am
@@
-34,7
+34,8
@@
AM_CFLAGS = \
-I$(top_srcdir)/src/mesa/ \
-I$(top_srcdir)/src/mesa/drivers/dri/common \
$(DEFINES) \
- $(API_DEFINES)
+ $(API_DEFINES) \
+ $(VISIBILITY_CFLAGS)
dridir = $(DRI_DRIVER_INSTALL_DIR)