diff options
author | Eric Anholt <[email protected]> | 2011-10-20 14:55:53 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-10-28 11:19:56 -0700 |
commit | 2f4c7ebea683de1d84501cfd11dbb963e7c027f6 (patch) | |
tree | 65858349c01bc73913455ff7bead8b51bdd71396 /configs/linux-dri-x86-64 | |
parent | 9171bfe5f6549858ba952313829c50c5f905cd3d (diff) |
mesa: Remove build infrastructure for r300c and r600c.
These drivers have been superseded by the gallium equivalents.
Diffstat (limited to 'configs/linux-dri-x86-64')
-rw-r--r-- | configs/linux-dri-x86-64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-dri-x86-64 b/configs/linux-dri-x86-64 index 84f547812a8..c1dff630ff8 100644 --- a/configs/linux-dri-x86-64 +++ b/configs/linux-dri-x86-64 @@ -16,5 +16,5 @@ LIB_DIR = lib64 # Library/program dependencies EXTRA_LIB_PATH=-L/usr/X11R6/lib64 -DRI_DIRS = i915 i965 r200 r300 radeon +DRI_DIRS = i915 i965 r200 radeon |