Mesa (master): intel: Only build winsys with built state trackers

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Fri Feb 13 00:23:42 UTC 2009


Module: Mesa
Branch: master
Commit: e46dca58b21ad87956b97a08d27bc212e714aa43
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e46dca58b21ad87956b97a08d27bc212e714aa43

Author: Jakob Bornecrantz <wallbraker at gmail.com>
Date:   Fri Feb 13 01:17:11 2009 +0100

intel: Only build winsys with built state trackers

---

 src/gallium/winsys/drm/intel/Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/gallium/winsys/drm/intel/Makefile b/src/gallium/winsys/drm/intel/Makefile
index eede9fc..78773b8 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




More information about the mesa-commit mailing list