[Mesa-dev] [PATCH 08/16] build: Set visibility CFLAGS in dri/i915
Matt Turner
mattst88 at gmail.com
Thu Sep 27 15:58:12 PDT 2012
---
src/mesa/drivers/dri/i915/Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/mesa/drivers/dri/i915/Makefile.am b/src/mesa/drivers/dri/i915/Makefile.am
index 7ec4c22..85bb09e 100644
--- a/src/mesa/drivers/dri/i915/Makefile.am
+++ b/src/mesa/drivers/dri/i915/Makefile.am
@@ -37,6 +37,7 @@ AM_CFLAGS = \
-I$(top_srcdir)/src/mesa/drivers/dri/intel/server \
$(DEFINES) \
$(API_DEFINES) \
+ $(VISIBILITY_CFLAGS) \
$(INTEL_CFLAGS)
dridir = $(DRI_DRIVER_INSTALL_DIR)
--
1.7.8.6
More information about the mesa-dev
mailing list