Mesa (master): pipe-loader: add libamd_common for radeonsi

Nicolai Hähnle nh at kemper.freedesktop.org
Thu Nov 3 15:55:23 UTC 2016


Module: Mesa
Branch: master
Commit: 27bd9c0f0a994eb984f601e3e2ae34ac6913e7a0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=27bd9c0f0a994eb984f601e3e2ae34ac6913e7a0

Author: Nicolai Hähnle <nicolai.haehnle at amd.com>
Date:   Thu Nov  3 15:25:45 2016 +0100

pipe-loader: add libamd_common for radeonsi

This fixes a build regression of commit 7115e56c21ace07cf04f5073ba73a533e2182099.
Sorry for the breakage, this second location for link dependencies escaped
my build tests.

Bugzilla: https://patchwork.freedesktop.org/patch/119816/
Tested-by: Dieter Nützel <Dieter at nuetzel-hh.de>

---

 src/gallium/targets/pipe-loader/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am
index 18b403f..ce504cf 100644
--- a/src/gallium/targets/pipe-loader/Makefile.am
+++ b/src/gallium/targets/pipe-loader/Makefile.am
@@ -158,6 +158,7 @@ pipe_radeonsi_la_LIBADD = \
 	$(top_builddir)/src/gallium/winsys/amdgpu/drm/libamdgpuwinsys.la \
 	$(top_builddir)/src/gallium/drivers/radeon/libradeon.la \
 	$(top_builddir)/src/gallium/drivers/radeonsi/libradeonsi.la \
+	$(top_builddir)/src/amd/common/libamd_common.la \
 	$(LIBDRM_LIBS) \
 	$(RADEON_LIBS) \
 	$(AMDGPU_LIBS)




More information about the mesa-commit mailing list