mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
pipe-loader: add libamd_common for radeonsi
This fixes a build regression of commit 7115e56c21.
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@nuetzel-hh.de>
This commit is contained in:
parent
f792f0687f
commit
27bd9c0f0a
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue