Mesa (master): winsys/intel: build with VISIBILITY_CFLAGS

Chia-I Wu olv at kemper.freedesktop.org
Thu Jul 11 01:04:57 UTC 2013


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

Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Thu Jul 11 09:01:42 2013 +0800

winsys/intel: build with VISIBILITY_CFLAGS

There is no public symbol in this winsys.

---

 src/gallium/winsys/intel/drm/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/gallium/winsys/intel/drm/Makefile.am b/src/gallium/winsys/intel/drm/Makefile.am
index 58f06b0..3c4a271 100644
--- a/src/gallium/winsys/intel/drm/Makefile.am
+++ b/src/gallium/winsys/intel/drm/Makefile.am
@@ -26,7 +26,8 @@ include $(top_srcdir)/src/gallium/Automake.inc
 
 AM_CFLAGS = \
 	$(GALLIUM_CFLAGS) \
-	$(INTEL_CFLAGS)
+	$(INTEL_CFLAGS) \
+	$(VISIBILITY_CFLAGS)
 
 noinst_LTLIBRARIES = libintelwinsys.la
 




More information about the mesa-commit mailing list