winsys/intel: build with VISIBILITY_CFLAGS

There is no public symbol in this winsys.
This commit is contained in:
Chia-I Wu 2013-07-11 09:01:42 +08:00
parent 79bc245c01
commit ad244884fc

View file

@ -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