summaryrefslogtreecommitdiff
path: root/configs
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
parent2037b1381c129c74ba87a092484258608583d34e (diff)
consolidate intel directories.
we now have src/gallium/winsys/drm/intel/{common,dri,egl}
Diffstat (limited to 'configs')
-rw-r--r--configs/default1
-rw-r--r--configs/linux-dri3
2 files changed, 1 insertions, 3 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
diff --git a/configs/linux-dri b/configs/linux-dri
index 7613d41ea1..d441194b08 100644
--- a/configs/linux-dri
+++ b/configs/linux-dri
@@ -55,8 +55,7 @@ EGL_DRIVERS_DIRS = demo dri xdri
DRIVER_DIRS =
WINDOW_SYSTEM = dri
-GALLIUM_WINSYS_DIRS = dri egl_xlib
-GALLIUM_WINSYS_COMMON_DIRS = intel_drm
+GALLIUM_WINSYS_DIRS = drm egl_xlib
# gamma are missing because they have not been converted to use the new
# interface.