summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2013-07-11 09:01:42 +0800
committerChia-I Wu <[email protected]>2013-07-11 09:03:59 +0800
commitad244884fc4ac0b6e9c03f20e5a34bb5eb34e60a (patch)
treea5d7e1f3e7e52c6ed2769f544b3aee53b63ad875 /src/gallium
parent79bc245c01940f69cba4d3e256c250e8c027902d (diff)
winsys/intel: build with VISIBILITY_CFLAGS
There is no public symbol in this winsys.
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/winsys/intel/drm/Makefile.am3
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 58f06b029f5..3c4a271c5d8 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