Mesa (master): glx: Build with VISIBILITY_CFLAGS in automake

Adam Jackson ajax at kemper.freedesktop.org
Thu Mar 21 17:21:57 UTC 2013


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

Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Mar 21 13:21:18 2013 -0400

glx: Build with VISIBILITY_CFLAGS in automake

Note: This is a candidate for the stable branches.

Signed-off-by: Adam Jackson <ajax at redhat.com>

---

 src/glx/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am
index 4aa900a..f01709b 100644
--- a/src/glx/Makefile.am
+++ b/src/glx/Makefile.am
@@ -39,6 +39,7 @@ AM_CFLAGS = \
 	-I$(top_srcdir)/src/mapi/glapi \
 	-I$(top_builddir)/src/mapi \
 	-I$(top_builddir)/src/mapi/glapi \
+	$(VISIBILITY_CFLAGS) \
 	$(SHARED_GLAPI_CFLAGS) \
 	$(EXTRA_DEFINES_XF86VIDMODE) \
 	-D_REENTRANT \




More information about the mesa-commit mailing list