mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
radeon/llvm: Link against libgallium.la to fix an undefined symbol
Ported from downstream: http://anonscm.debian.org/gitweb/?p=pkg-xorg/lib/mesa.git;a=blob;f=debian/patches/119-libllvmradeon-link.patch;h=ee47f8a07dbf33c32f8b57faed923680ed6648fb;hb=refs/heads/ubuntu%2B1 Fixes a regression introduced withf70c385351NOTE: This is a candidate for the 9.1 branch. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=62434 Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com> (cherry picked from commit36320bfa54)
This commit is contained in:
parent
70f7138754
commit
4999f0a84e
1 changed files with 1 additions and 0 deletions
|
|
@ -26,5 +26,6 @@ libllvmradeon@VERSION@_la_SOURCES = \
|
|||
$(C_FILES)
|
||||
|
||||
libllvmradeon@VERSION@_la_LIBADD = \
|
||||
$(top_builddir)/src/gallium/auxiliary/libgallium.la \
|
||||
$(CLOCK_LIB) \
|
||||
$(LLVM_LIBS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue