vc4: Make sure we don't overflow texture input/output FIFOs when threaded.
[mesa.git] / src / gallium / Automake.inc
index ee07ab6c8f98d87caca3d84ee0719105f04ea30f..6fe2e22fecfdc5996aee293f12bfb9fd62030997 100644 (file)
@@ -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