summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorJakob Bornecrantz <wallbraker@gmail.com>2009-02-13 01:17:11 +0100
committerJakob Bornecrantz <wallbraker@gmail.com>2009-02-13 01:21:51 +0100
commite46dca58b21ad87956b97a08d27bc212e714aa43 (patch)
tree3510e7d3b09ad7c3f77868e19dcefac6e50e5c3d /src/gallium
parent3ede3776e2faffdc0dee102dbd37d33491726c36 (diff)
intel: Only build winsys with built state trackers
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/winsys/drm/intel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/winsys/drm/intel/Makefile b/src/gallium/winsys/drm/intel/Makefile
index eede9fc866..78773b8d1b 100644
--- a/src/gallium/winsys/drm/intel/Makefile
+++ b/src/gallium/winsys/drm/intel/Makefile
@@ -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