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

Emil Velikov emil.l.velikov at gmail.com
Thu Nov 3 15:56:53 UTC 2016


On 3 November 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 \

Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

-Emil
I should finish with the pipe-loader business. One of the tasks is to
use gallium/drivers/$driver/Automake.inc throughout rather than
duplicating them here.


More information about the mesa-dev mailing list