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