summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-02-11 02:38:21 +0100
committerJakob Bornecrantz <jakob@vmware.com>2009-02-11 02:45:15 +0100
commit7e54d7d3d6153895c5301cd16c7ba76a126f06ee (patch)
treeb8d1ab7dc0e85966f91964e4131d798c2f334043 /configs
parente94b4dd4f0c7f2e199e4fb2d1b81ac818d0d6078 (diff)
gallium: Update autoconf to latest gallium build
Diffstat (limited to 'configs')
-rw-r--r--configs/autoconf.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in
index 3fc5e6c721..41173481af 100644
--- a/configs/autoconf.in
+++ b/configs/autoconf.in
@@ -62,9 +62,12 @@ LIB_DIR = @LIB_DIR@
SRC_DIRS = @SRC_DIRS@
GLU_DIRS = @GLU_DIRS@
DRIVER_DIRS = @DRIVER_DIRS@
+GALLIUM_DIRS = @GALLIUM_DIRS@
GALLIUM_AUXILIARY_DIRS = @GALLIUM_AUXILIARY_DIRS@
GALLIUM_DRIVER_DIRS = @GALLIUM_DRIVER_DIRS@
-GALLIUM_WINSYS_DIRS = @GALLIUM_WINSYS_DIRS@
+GALLIUM_WINSYS_DIRS = @GALLIUM_WINSYS_DIRS@
+GALLIUM_WINSYS_DRM_DIRS = @GALLIUM_WINSYS_DRM_DIRS@
+GALLIUM_STATE_TRACKERS_DIRS = @GALLIUM_STATE_TRACKERS_DIRS@
GALLIUM_AUXILIARIES = $(foreach DIR,$(GALLIUM_AUXILIARY_DIRS),$(TOP)/src/gallium/auxiliary/$(DIR)/lib$(DIR).a)
GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVER_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a)
@@ -72,7 +75,7 @@ GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVER_DIRS),$(TOP)/src/gallium/driver
PROGRAM_DIRS = @PROGRAM_DIRS@
# Driver specific build vars
-#DRI_DIRS = @DRI_DIRS@
+DRI_DIRS = @DRI_DIRS@
WINDOW_SYSTEM = @WINDOW_SYSTEM@
USING_EGL = @USING_EGL@