summaryrefslogtreecommitdiff
path: root/configs/default
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-02-10 16:23:02 +0100
committerJakob Bornecrantz <jakob@vmware.com>2009-02-10 16:23:02 +0100
commit43e6272ae5c03f663cfdd98f35b0b0028bc5d252 (patch)
tree77669b7713b43e4c99b7398a0d0acca724ef3fca /configs/default
parent7fad277bbbc8174a81427edcd9c7306d1b6571b1 (diff)
gallium: Introduce new subdirs build variables
(based on gallium-xorg-driver/commit 270ce504052d415870a25ab59818b2309eb8ac13)
Diffstat (limited to 'configs/default')
-rw-r--r--configs/default3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/default b/configs/default
index 13bda58f18..3a49c5a969 100644
--- a/configs/default
+++ b/configs/default
@@ -89,11 +89,14 @@ PROGRAM_DIRS = demos redbook samples glsl xdemos
EGL_DRIVERS_DIRS = demo
# Gallium directories and
+GALLIUM_DIRS = auxiliary drivers state_trackers
GALLIUM_AUXILIARY_DIRS = draw translate cso_cache pipebuffer tgsi sct rtasm util indices
GALLIUM_AUXILIARIES = $(foreach DIR,$(GALLIUM_AUXILIARY_DIRS),$(TOP)/src/gallium/auxiliary/$(DIR)/lib$(DIR).a)
GALLIUM_DRIVER_DIRS = softpipe i915simple i965simple nv04 nv10 nv20 nv30 nv40 nv50 failover trace
GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVER_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a)
GALLIUM_WINSYS_DIRS = xlib egl_xlib
+GALLIUM_WINSYS_DRM_DIRS =
+GALLIUM_STATE_TRACKERS_DIRS = glx
# Library dependencies