intel: Only build winsys with built state trackers
authorJakob Bornecrantz <wallbraker@gmail.com>
Fri, 13 Feb 2009 00:17:11 +0000 (01:17 +0100)
committerJakob Bornecrantz <wallbraker@gmail.com>
Fri, 13 Feb 2009 00:21:51 +0000 (01:21 +0100)
src/gallium/winsys/drm/intel/Makefile

index eede9fc..78773b8 100644 (file)
@@ -2,7 +2,9 @@ TOP = ../../../../..
 include $(TOP)/configs/current
 
 
-SUBDIRS = gem egl
+# Always build gem and then build winsys with
+# enabled state trackers
+SUBDIRS = gem $(GALLIUM_STATE_TRACKERS_DIRS)
 
 
 default: subdirs