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

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


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

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

build: Set visibility CFLAGS in dri/radeon
(cherry picked from commit 55d45efdd8276ec4b2795e82e3d9bb57c3b1425d)

---

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

diff --git a/src/mesa/drivers/dri/radeon/Makefile.am b/src/mesa/drivers/dri/radeon/Makefile.am
index 36b852e..f93dcf4 100644
--- a/src/mesa/drivers/dri/radeon/Makefile.am
+++ b/src/mesa/drivers/dri/radeon/Makefile.am
@@ -36,6 +36,7 @@ AM_CFLAGS = \
 	-I$(top_srcdir)/src/mesa/drivers/dri/radeon/server \
 	$(DEFINES) \
 	$(API_DEFINES) \
+	$(VISIBILITY_CFLAGS) \
 	$(RADEON_CFLAGS)
 
 dridir = $(DRI_DRIVER_INSTALL_DIR)




More information about the mesa-commit mailing list