[Mesa-dev] [PATCH] pipe-loader: add libamd_common for radeonsi

Nicolai Hähnle nhaehnle at gmail.com
Thu Nov 3 14:28:34 UTC 2016


From: Nicolai Hähnle <nicolai.haehnle at amd.com>

This fixes a build regression of commit 7115e56c21ace07cf04f5073ba73a533e2182099.
Sorry for the breakage, this second location for link dependencies escaped
my build tests.
---
 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
@@ -151,20 +151,21 @@ if HAVE_GALLIUM_RADEONSI
 pipe_LTLIBRARIES += pipe_radeonsi.la
 
 pipe_radeonsi_la_SOURCES = pipe_radeonsi.c
 nodist_EXTRA_pipe_radeonsi_la_SOURCES = dummy.cpp
 pipe_radeonsi_la_LIBADD = \
 	$(PIPE_LIBS) \
 	$(top_builddir)/src/gallium/winsys/radeon/drm/libradeonwinsys.la \
 	$(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)
 
 endif
 
 if HAVE_GALLIUM_FREEDRENO
 pipe_LTLIBRARIES += pipe_msm.la
 
 pipe_msm_la_SOURCES = pipe_msm.c
-- 
2.7.4



More information about the mesa-dev mailing list