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

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


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

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

build: Set visibility CFLAGS in dri/common
(cherry picked from commit d2872b561258d66e1b606310d12398a64002a25d)

---

 src/mesa/drivers/dri/common/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/common/Makefile.am b/src/mesa/drivers/dri/common/Makefile.am
index d81bc0e..742fecc 100644
--- a/src/mesa/drivers/dri/common/Makefile.am
+++ b/src/mesa/drivers/dri/common/Makefile.am
@@ -26,7 +26,8 @@ AM_CFLAGS = \
 	-I$(top_srcdir)/src/mesa/ \
 	$(DEFINES) \
 	$(API_DEFINES) \
-	$(LIBDRM_CFLAGS)
+	$(LIBDRM_CFLAGS) \
+	$(VISIBILITY_CFLAGS)
 
 noinst_LTLIBRARIES = libdricommon.la
 




More information about the mesa-commit mailing list