summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-03-04 20:46:10 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-03-04 20:46:10 -0800
commitfc1859c26467fddb2fe8f51b89fc0e33e3648e63 (patch)
treed014eefee4b5cfcbe0444653f469b695dc9e2eba
parentb5d3c17427646b51f341f6bc6bba160d6dc686c2 (diff)
radeon-gallium: Only build drivers for state trackers that are enabled.
-rw-r--r--src/gallium/winsys/drm/radeon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/drm/radeon/Makefile b/src/gallium/winsys/drm/radeon/Makefile
index 2407a6a74e2..bacdf3de28a 100644
--- a/src/gallium/winsys/drm/radeon/Makefile
+++ b/src/gallium/winsys/drm/radeon/Makefile
@@ -2,7 +2,7 @@
TOP = ../../../../..
include $(TOP)/configs/current
-SUBDIRS = core dri2 egl xorg
+SUBDIRS = core $(GALLIUM_STATE_TRACKERS_DIRS)
default install clean:
@for dir in $(SUBDIRS) ; do \