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

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


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

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

build: Set visibility CFLAGS in dri/swrast
(cherry picked from commit 4cfff7211c7897353a07c48ad80a681c8e1e8298)

---

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

diff --git a/src/mesa/drivers/dri/swrast/Makefile.am b/src/mesa/drivers/dri/swrast/Makefile.am
index 16a3441..244aa8b 100644
--- a/src/mesa/drivers/dri/swrast/Makefile.am
+++ b/src/mesa/drivers/dri/swrast/Makefile.am
@@ -34,7 +34,8 @@ AM_CFLAGS = \
 	-I$(top_srcdir)/src/mesa/ \
 	-I$(top_srcdir)/src/mesa/drivers/dri/common \
 	$(DEFINES) \
-	$(API_DEFINES)
+	$(API_DEFINES) \
+	$(VISIBILITY_CFLAGS)
 
 dridir = $(DRI_DRIVER_INSTALL_DIR)
 




More information about the mesa-commit mailing list