Module: Mesa Branch: gallium-resources Commit: 88ae0d04610ca52649b42e32141a52af6d5a739b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=88ae0d04610ca52649b42e32141a52af6d5a739b
Author: Keith Whitwell <[email protected]> Date: Sun Mar 14 21:01:22 2010 +0000 configs: build svga --- configs/default | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configs/default b/configs/default index cc061fd..cfd27d3 100644 --- a/configs/default +++ b/configs/default @@ -98,7 +98,7 @@ EGL_DRIVERS_DIRS = glx # Gallium directories and GALLIUM_DIRS = auxiliary drivers state_trackers GALLIUM_AUXILIARIES = $(TOP)/src/gallium/auxiliary/libgallium.a -GALLIUM_DRIVERS_DIRS = softpipe trace identity i915 i965 # svga r300 +GALLIUM_DRIVERS_DIRS = softpipe trace identity i915 i965 svga # r300 GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVERS_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a) GALLIUM_WINSYS_DIRS = null xlib drm GALLIUM_TARGET_DIRS = libgl-xlib _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
