[Mesa-dev] [PATCH] pipe-loader: add libamd_common for radeonsi
Mike Lothian
mike at fireburn.co.uk
Thu Nov 3 15:24:35 UTC 2016
I'm probably not qualified enough to give a Reviewed-by line, but I can
confirm this fixes the build for me
On Thu, 3 Nov 2016 at 14:28 Nicolai Hähnle <nhaehnle at gmail.com> wrote:
> 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
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20161103/e72ee9e2/attachment.html>
More information about the mesa-dev
mailing list