diff options
author | Brian Paul <brianp@vmware.com> | 2010-09-22 09:30:16 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-09-22 09:30:16 -0600 |
commit | bd6b8107ad551d8c7439102b8e9027abf901b139 (patch) | |
tree | ce7b148d819c5e7b257422e53bcaff23fe4c5d39 /configs/linux-dri | |
parent | b91dba49e0b08b18dbd6c477facdcc7b5472c8c7 (diff) |
configs: remove egl-swrast target from linux-dri config
Diffstat (limited to 'configs/linux-dri')
-rw-r--r-- | configs/linux-dri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index 6f86277c4a..64fc407c42 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -58,7 +58,7 @@ EGL_DRIVERS_DIRS = glx DRIVER_DIRS = dri GALLIUM_WINSYS_DIRS = sw sw/xlib drm/vmware drm/intel drm/i965 -GALLIUM_TARGET_DIRS = egl-swrast +GALLIUM_TARGET_DIRS = GALLIUM_STATE_TRACKERS_DIRS = egl DRI_DIRS = i810 i915 i965 mach64 mga r128 r200 r300 radeon \ |