summaryrefslogtreecommitdiff
path: root/configs/default
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-03-25 14:48:41 +0100
committerJakob Bornecrantz <jakob@vmware.com>2010-03-25 14:48:41 +0100
commit7d17de4b47b68dfd9137d3f8c5edf627d5ade902 (patch)
treebddabffc3a56ca7fe664484d06538ae7425ee2f1 /configs/default
parent8b12c58ce41f33108431213725d5d9b9aac8912c (diff)
parent0d0220fedc7a8d490162f7385d19b2d0ab3fb8d9 (diff)
Merge branch 'gallium-targets'
Diffstat (limited to 'configs/default')
-rw-r--r--configs/default3
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/default b/configs/default
index 8fbf8dd219..77a9898775 100644
--- a/configs/default
+++ b/configs/default
@@ -100,9 +100,8 @@ GALLIUM_DIRS = auxiliary drivers state_trackers
GALLIUM_AUXILIARIES = $(TOP)/src/gallium/auxiliary/libgallium.a
GALLIUM_DRIVERS_DIRS = softpipe failover svga i915 i965 r300 trace identity
GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVERS_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a)
-GALLIUM_WINSYS_DIRS = null xlib drm
+GALLIUM_WINSYS_DIRS = sw sw/xlib
GALLIUM_TARGET_DIRS = libgl-xlib
-GALLIUM_WINSYS_DRM_DIRS = swrast
GALLIUM_STATE_TRACKERS_DIRS = glx vega
# native displays EGL should support