From: Jakob Bornecrantz Date: Fri, 13 Feb 2009 00:17:11 +0000 (+0100) Subject: intel: Only build winsys with built state trackers X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e46dca58b21ad87956b97a08d27bc212e714aa43;p=mesa.git intel: Only build winsys with built state trackers --- diff --git a/src/gallium/winsys/drm/intel/Makefile b/src/gallium/winsys/drm/intel/Makefile index eede9fc866c..78773b8d1b0 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