diff options
author | Brian Paul <[email protected]> | 2011-04-11 21:23:14 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-04-11 21:23:14 -0600 |
commit | 482a64dcf1be1331a9459fdc81dd846f698be7d5 (patch) | |
tree | 104fcb97b45a1847f947e82bbd81d171d65070f1 /configs | |
parent | 155a9670e62ef063ca9903b229ccdc3325d52bd2 (diff) |
configs: add r600 dir to DRI_DIRS
Diffstat (limited to 'configs')
-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 22190bfc64f..7ee007e3527 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -63,7 +63,7 @@ GALLIUM_WINSYS_DIRS = sw sw/xlib drm/vmware drm/intel drm/i965 GALLIUM_TARGET_DIRS = GALLIUM_STATE_TRACKERS_DIRS = egl -DRI_DIRS = i810 i915 i965 mach64 mga r128 r200 r300 radeon \ +DRI_DIRS = i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon \ savage sis tdfx unichrome swrast INTEL_LIBS = `pkg-config --libs libdrm_intel` |