diff options
author | Chia-I Wu <[email protected]> | 2013-07-11 09:01:42 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-07-11 09:03:59 +0800 |
commit | ad244884fc4ac0b6e9c03f20e5a34bb5eb34e60a (patch) | |
tree | a5d7e1f3e7e52c6ed2769f544b3aee53b63ad875 /src/gallium/winsys/intel | |
parent | 79bc245c01940f69cba4d3e256c250e8c027902d (diff) |
winsys/intel: build with VISIBILITY_CFLAGS
There is no public symbol in this winsys.
Diffstat (limited to 'src/gallium/winsys/intel')
-rw-r--r-- | 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 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 |