From: Ben Skeggs Date: Thu, 7 May 2009 23:22:16 +0000 (+1000) Subject: nouveau: respect GALLIUM_STATE_TRACKERS_DIRS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=71b1c92405de2848de4b7effdbc236da1a4815bd;p=mesa.git nouveau: respect GALLIUM_STATE_TRACKERS_DIRS --- diff --git a/src/gallium/winsys/drm/nouveau/Makefile b/src/gallium/winsys/drm/nouveau/Makefile index e275b2d9e7b..6c9cbef26df 100644 --- a/src/gallium/winsys/drm/nouveau/Makefile +++ b/src/gallium/winsys/drm/nouveau/Makefile @@ -2,7 +2,7 @@ TOP = ../../../../.. include $(TOP)/configs/current -SUBDIRS = drm dri +SUBDIRS = drm $(GALLIUM_STATE_TRACKERS_DIRS) default install clean: @for dir in $(SUBDIRS) ; do \