r600g: Enable FMA on chips that support it
[mesa.git] / src / gallium / Makefile.am
index e42a8f17703bd2db0cf77fa8a088fb8884115bb7..34671ca88d50a2e6e3ae80a372ed7f2c6e4faaa2 100644 (file)
@@ -78,6 +78,10 @@ SUBDIRS += drivers/llvmpipe
 endif
 endif
 
+if HAVE_GALLIUM_SWR
+SUBDIRS += drivers/swr
+endif
+
 ## vc4/rpi
 if HAVE_GALLIUM_VC4
 SUBDIRS += drivers/vc4 winsys/vc4/drm
@@ -134,7 +138,7 @@ if HAVE_DRICOMMON
 SUBDIRS += state_trackers/dri targets/dri
 endif
 
-if HAVE_X11_DRIVER
+if HAVE_GALLIUM_XLIB_GLX
 SUBDIRS += state_trackers/glx/xlib targets/libgl-xlib
 endif