Mesa (master): nouveau: respect GALLIUM_STATE_TRACKERS_DIRS

Ben Skeggs darktama at kemper.freedesktop.org
Thu May 7 23:36:25 UTC 2009


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

Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Fri May  8 09:22:16 2009 +1000

nouveau: respect GALLIUM_STATE_TRACKERS_DIRS

---

 src/gallium/winsys/drm/nouveau/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/winsys/drm/nouveau/Makefile b/src/gallium/winsys/drm/nouveau/Makefile
index e275b2d..6c9cbef 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 \




More information about the mesa-commit mailing list