Mesa (9.0): build: Set visibility CFLAGS in dri/nouveau

Matt Turner mattst88 at kemper.freedesktop.org
Wed Oct 3 22:23:08 UTC 2012


Module: Mesa
Branch: 9.0
Commit: 3b794e4a5680a201c429c6943c12c7cf92478edf
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b794e4a5680a201c429c6943c12c7cf92478edf

Author: Matt Turner <mattst88 at gmail.com>
Date:   Thu Sep 27 13:28:45 2012 -0700

build: Set visibility CFLAGS in dri/nouveau
(cherry picked from commit 340637d54db171d9b5ee95ee943b590c416c0b66)

---

 src/mesa/drivers/dri/nouveau/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/nouveau/Makefile.am b/src/mesa/drivers/dri/nouveau/Makefile.am
index 4589b05..8bfbf92 100644
--- 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)




More information about the mesa-commit mailing list