Browse Source

winsys/intel: build with VISIBILITY_CFLAGS

There is no public symbol in this winsys.
tags/mesa-9.2-rc1
Chia-I Wu 12 years ago
parent
commit
ad244884fc
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/gallium/winsys/intel/drm/Makefile.am

+ 2
- 1
src/gallium/winsys/intel/drm/Makefile.am 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


Loading…
Cancel
Save