diff options
author | Keith Whitwell <keithw@vmware.com> | 2010-03-14 18:19:06 +0000 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2010-03-14 18:19:06 +0000 |
commit | cfc9dd707d16e06fd23b6926da3a6e2269f31dc8 (patch) | |
tree | 4df189cc626ed128642dbdb37be197902b2bb8f3 /configs | |
parent | 8a5b86d76bdd3c7de63322423f59940a4dc2ee25 (diff) |
gallium: enable brw compile
Diffstat (limited to 'configs')
-rw-r--r-- | configs/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default index 2e537cd196b..cc061fd45d8 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 #svga i965 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 |