瀏覽代碼

glsl/build: build builtin_compiler with VISIBILITY_CFLAGS

libglslcore.la and libglcpp.la that are built with builtin_compiler are also
linked to by drivers not using libdricore.  Since there is no public symbol in
them, it is better to mark all symbols hidden.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
tags/mesa-9.2-rc1
Chia-I Wu 12 年之前
父節點
當前提交
93742d9757
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      src/glsl/builtin_compiler/Makefile.am

+ 2
- 1
src/glsl/builtin_compiler/Makefile.am 查看文件

@@ -26,7 +26,8 @@ AM_CFLAGS = \
-I $(top_srcdir)/src/mesa \
-I $(GLSL_SRCDIR) \
-I $(GLSL_SRCDIR)/glcpp \
-I $(GLSL_BUILDDIR)
-I $(GLSL_BUILDDIR) \
$(VISIBILITY_CFLAGS)

if CROSS_COMPILING
proxyCC = @CC_FOR_BUILD@

Loading…
取消
儲存