summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2009-05-08 09:22:16 +1000
committerBen Skeggs <bskeggs@redhat.com>2009-05-08 09:33:02 +1000
commit71b1c92405de2848de4b7effdbc236da1a4815bd (patch)
treea3eecd06ffae02c18c756f0fd5f0948e1dd6f44b /src/gallium/winsys
parent9e02fa45320c724c69839dae5aaa47034eae5125 (diff)
nouveau: respect GALLIUM_STATE_TRACKERS_DIRS
Diffstat (limited to 'src/gallium/winsys')
-rw-r--r--src/gallium/winsys/drm/nouveau/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/drm/nouveau/Makefile b/src/gallium/winsys/drm/nouveau/Makefile
index e275b2d9e7..6c9cbef26d 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 \