浏览代码

pipe-loader: link against libloader regardless of libdrm presence

Whether or not the loader has libdrm support is up-to it. Anyone using
the loader should just include it whenever they depend on it.

Cc: mesa-stable@lists.freedesktop.org
Fixes: 0f39f9cb7a "pipe-loader: add a dummy 'static' pipe-loader"
Reported-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Tested-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
tags/11.2-branchpoint
Emil Velikov 9 年前
父节点
当前提交
8a6d476588
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/gallium/auxiliary/pipe-loader/Makefile.am

+ 2
- 2
src/gallium/auxiliary/pipe-loader/Makefile.am 查看文件

@@ -37,12 +37,12 @@ libpipe_loader_static_la_SOURCES += \
libpipe_loader_dynamic_la_SOURCES += \
$(DRM_SOURCES)

endif

libpipe_loader_static_la_LIBADD = \
$(top_builddir)/src/loader/libloader.la

libpipe_loader_dynamic_la_LIBADD = \
$(top_builddir)/src/loader/libloader.la

endif

EXTRA_DIST = SConscript

正在加载...
取消
保存