summaryrefslogtreecommitdiff
path: root/configs/default
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@tungstengraphics.com>2008-06-06 16:50:52 +0200
committerJakob Bornecrantz <jakob@tungstengraphics.com>2008-06-06 16:50:52 +0200
commit3d514a907045bc01ec5e2ceeb14c5620df10885d (patch)
treed0015b941fa76d2a318467a7f45dbc091ef8646a /configs/default
parent0931b421d67b8ce471f17d43c183017f1eb92e31 (diff)
gallium: Only build intel_drm for linux-dri targets
Diffstat (limited to 'configs/default')
-rw-r--r--configs/default2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default
index b7d0d22438..2776a11805 100644
--- a/configs/default
+++ b/configs/default
@@ -71,7 +71,7 @@ PROGRAM_DIRS = demos redbook samples glsl xdemos
GALLIUM_AUXILIARY_DIRS = draw cso_cache pipebuffer tgsi sct translate 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 = intel_drm
+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