summaryrefslogtreecommitdiff
path: root/lib/mesa/src/gallium/Automake.inc
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2016-05-29 10:22:51 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2016-05-29 10:22:51 +0000
commitc9223eed3c16cd3e98a8f56dda953d8f299de0e3 (patch)
tree53e2a1c3f13bcf6b4ed201d7bc135e7213c94ebe /lib/mesa/src/gallium/Automake.inc
parent6e8f2d062ab9c198239b9283b2b7ed12f4ea17d8 (diff)
Import Mesa 11.2.2
Diffstat (limited to 'lib/mesa/src/gallium/Automake.inc')
-rw-r--r--lib/mesa/src/gallium/Automake.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/mesa/src/gallium/Automake.inc b/lib/mesa/src/gallium/Automake.inc
index ee07ab6c8..6fe2e22fe 100644
--- a/lib/mesa/src/gallium/Automake.inc
+++ b/lib/mesa/src/gallium/Automake.inc
@@ -67,3 +67,9 @@ if HAVE_DRISW
GALLIUM_PIPE_LOADER_WINSYS_LIBS += \
$(top_builddir)/src/gallium/winsys/sw/dri/libswdri.la
endif
+
+if HAVE_DRISW_KMS
+GALLIUM_PIPE_LOADER_WINSYS_LIBS += \
+ $(top_builddir)/src/gallium/winsys/sw/kms-dri/libswkmsdri.la \
+ $(LIBDRM_LIBS)
+endif