intel: Only build winsys with built state trackers

This commit is contained in:
Jakob Bornecrantz 2009-02-13 01:17:11 +01:00
parent 3ede3776e2
commit e46dca58b2

View 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