vc4: Make sure we don't overflow texture input/output FIFOs when threaded.
[mesa.git] / src / gallium / Automake.inc
index 95aae50d64b87fedb9957108ea4e53170fccc860..6fe2e22fecfdc5996aee293f12bfb9fd62030997 100644 (file)
@@ -68,9 +68,8 @@ GALLIUM_PIPE_LOADER_WINSYS_LIBS += \
        $(top_builddir)/src/gallium/winsys/sw/dri/libswdri.la
 endif
 
-if NEED_WINSYS_XLIB
+if HAVE_DRISW_KMS
 GALLIUM_PIPE_LOADER_WINSYS_LIBS += \
-       $(top_builddir)/src/gallium/winsys/sw/xlib/libws_xlib.la \
-       -lX11 -lXext -lXfixes \
+       $(top_builddir)/src/gallium/winsys/sw/kms-dri/libswkmsdri.la \
        $(LIBDRM_LIBS)
 endif