projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff9cd8a
)
gallium: keep the libdrm link alongside libkmsdri.la
author
Emil Velikov
<emil.l.velikov@gmail.com>
Sat, 17 Oct 2015 22:23:49 +0000
(23:23 +0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Sat, 21 Nov 2015 12:52:18 +0000
(12:52 +0000)
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Acked-by: Rob Clark <robclark@freedesktop.org>
src/gallium/Automake.inc
patch
|
blob
|
history
diff --git
a/src/gallium/Automake.inc
b/src/gallium/Automake.inc
index 095e6ec55fb3888907e38896f93e23f3356202c4..6fe2e22fecfdc5996aee293f12bfb9fd62030997 100644
(file)
--- a/
src/gallium/Automake.inc
+++ b/
src/gallium/Automake.inc
@@
-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