mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-26 00:20:37 +02:00
radv: move AMDGPU_LIBS later in the link chain
At the moment (albeit unlikely) one could get link-time issues, since libdrm_amdgpu.so is before it's users in the link chain. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net> Acked-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
a8a5f0a025
commit
3fd0cafc1c
1 changed files with 2 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ VULKAN_SOURCES = \
|
|||
$(VULKAN_GENERATED_FILES) \
|
||||
$(VULKAN_FILES)
|
||||
|
||||
VULKAN_LIB_DEPS = $(AMDGPU_LIBS)
|
||||
VULKAN_LIB_DEPS =
|
||||
|
||||
|
||||
if HAVE_PLATFORM_X11
|
||||
|
|
@ -100,6 +100,7 @@ VULKAN_LIB_DEPS += \
|
|||
$(LLVM_LIBS) \
|
||||
$(LIBELF_LIBS) \
|
||||
$(PTHREAD_LIBS) \
|
||||
$(AMDGPU_LIBS) \
|
||||
$(LIBDRM_LIBS) \
|
||||
$(PTHREAD_LIBS) \
|
||||
$(DLOPEN_LIBS) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue