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

Matt Turner mattst88 at kemper.freedesktop.org
Mon Oct 1 23:08:36 UTC 2012


Module: Mesa
Branch: master
Commit: 55d45efdd8276ec4b2795e82e3d9bb57c3b1425d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=55d45efdd8276ec4b2795e82e3d9bb57c3b1425d

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

build: Set visibility CFLAGS in dri/radeon

---

 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 ec2d42e..3980f92 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