mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 18:48:28 +02:00
gallium: keep the libdrm link alongside libkmsdri.la
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
parent
ff9cd8a67c
commit
f58a6f7be3
1 changed files with 2 additions and 1 deletions
|
|
@ -70,5 +70,6 @@ endif
|
|||
|
||||
if HAVE_DRISW_KMS
|
||||
GALLIUM_PIPE_LOADER_WINSYS_LIBS += \
|
||||
$(top_builddir)/src/gallium/winsys/sw/kms-dri/libswkmsdri.la
|
||||
$(top_builddir)/src/gallium/winsys/sw/kms-dri/libswkmsdri.la \
|
||||
$(LIBDRM_LIBS)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue