summaryrefslogtreecommitdiffstats
path: root/configs/linux-dri
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2011-10-20 14:55:53 -0700
committerEric Anholt <[email protected]>2011-10-28 11:19:56 -0700
commit2f4c7ebea683de1d84501cfd11dbb963e7c027f6 (patch)
tree65858349c01bc73913455ff7bead8b51bdd71396 /configs/linux-dri
parent9171bfe5f6549858ba952313829c50c5f905cd3d (diff)
mesa: Remove build infrastructure for r300c and r600c.
These drivers have been superseded by the gallium equivalents.
Diffstat (limited to 'configs/linux-dri')
-rw-r--r--configs/linux-dri2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-dri b/configs/linux-dri
index aa2dddc1cd3..44c0c3d1d9b 100644
--- a/configs/linux-dri
+++ b/configs/linux-dri
@@ -62,7 +62,7 @@ GALLIUM_WINSYS_DIRS = sw sw/xlib drm/vmware drm/intel drm/i965 svga/drm
GALLIUM_TARGET_DIRS = dri-vmwgfx
GALLIUM_STATE_TRACKERS_DIRS = egl dri
-DRI_DIRS = i915 i965 nouveau r200 r300 r600 radeon swrast
+DRI_DIRS = i915 i965 nouveau r200 radeon swrast
INTEL_LIBS = $(shell $(PKG_CONFIG) --libs libdrm_intel)
INTEL_CFLAGS = $(shell $(PKG_CONFIG) --cflags libdrm_intel)