From: Corbin Simpson Date: Thu, 5 Mar 2009 04:46:10 +0000 (-0800) Subject: radeon-gallium: Only build drivers for state trackers that are enabled. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc1859c26467fddb2fe8f51b89fc0e33e3648e63;p=mesa.git radeon-gallium: Only build drivers for state trackers that are enabled. --- 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 \