summaryrefslogtreecommitdiff
path: root/configs/default
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2008-08-17 20:17:18 +0100
committerAlan Hourihane <alanh@tungstengraphics.com>2008-08-17 20:17:18 +0100
commitccf1910dd4b2a8ccd04ddbdf725b6dd3f8026eee (patch)
tree53cf029a3bb113f3a8fd66eef378c515e18c447d /configs/default
parent2037b1381c129c74ba87a092484258608583d34e (diff)
consolidate intel directories.
we now have src/gallium/winsys/drm/intel/{common,dri,egl}
Diffstat (limited to 'configs/default')
-rw-r--r--configs/default1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/default b/configs/default
index 2d14b8aef7..cd2c39c365 100644
--- a/configs/default
+++ b/configs/default
@@ -73,7 +73,6 @@ EGL_DRIVERS_DIRS = demo
GALLIUM_AUXILIARY_DIRS = draw translate cso_cache pipebuffer tgsi sct rtasm util
GALLIUM_AUXILIARIES = $(foreach DIR,$(GALLIUM_AUXILIARY_DIRS),$(TOP)/src/gallium/auxiliary/$(DIR)/lib$(DIR).a)
GALLIUM_DRIVER_DIRS = softpipe i915simple i965simple failover
-GALLIUM_WINSYS_COMMON_DIRS =
GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVER_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a)
GALLIUM_WINSYS_DIRS = xlib egl_xlib