浏览代码

winsys/intel: build with VISIBILITY_CFLAGS

There is no public symbol in this winsys.
tags/mesa-9.2-rc1
Chia-I Wu 12 年前
父节点
当前提交
ad244884fc
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      src/gallium/winsys/intel/drm/Makefile.am

+ 2
- 1
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


正在加载...
取消
保存