targets/pipe-loader: add driver specific drm_configuration
[mesa.git] / src / gallium / winsys / Makefile.am
index ab1acc37b4a6026690fd083c92fd8705963d1a3e..7c4e5ad564c17dd1a4d4601e4cb8aa93c3641081 100644 (file)
@@ -26,7 +26,7 @@ if NEED_WINSYS_XLIB
 SUBDIRS += sw/xlib
 endif
 
-if HAVE_DRI
+if HAVE_DRISW
 SUBDIRS += sw/dri
 endif
 
@@ -48,7 +48,7 @@ SUBDIRS += freedreno/drm
 endif
 
 if HAVE_GALLIUM_I915
-SUBDIRS += i915/sw i915/drm
+SUBDIRS += i915/drm
 endif
 
 if HAVE_GALLIUM_ILO