On 3 November 2016 at 14:28, Nicolai Hähnle <[email protected]> wrote: > From: Nicolai Hähnle <[email protected]> > > 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 <[email protected]> -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. _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
