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

Author: Chia-I Wu <olva...@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
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to