diff options
author | Nicolai Hähnle <[email protected]> | 2016-11-03 15:25:45 +0100 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2016-11-03 16:54:55 +0100 |
commit | 27bd9c0f0a994eb984f601e3e2ae34ac6913e7a0 (patch) | |
tree | cd61839cc598d6c263eb418a83b6139e38880025 /src/gallium/targets/pipe-loader | |
parent | f792f0687f60e789fe9e0e2550c4eded95253fa1 (diff) |
pipe-loader: add libamd_common for radeonsi
This fixes a build regression of commit 7115e56c21ace07cf04f5073ba73a533e2182099.
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 <[email protected]>
Diffstat (limited to 'src/gallium/targets/pipe-loader')
-rw-r--r-- | src/gallium/targets/pipe-loader/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am index 18b403f7331..ce504cfd7ef 100644 --- a/src/gallium/targets/pipe-loader/Makefile.am +++ b/src/gallium/targets/pipe-loader/Makefile.am @@ -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) |