From 8e653f12bc0c77821ca2524b65c828c4feda3b9f Mon Sep 17 00:00:00 2001 From: Vladimir Dergachev Date: Sun, 7 Aug 2005 21:50:33 +0000 Subject: Allow R300 driver to build on x86-64 and PowerPC. --- configs/linux-dri-ppc | 2 +- configs/linux-dri-x86-64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/linux-dri-ppc b/configs/linux-dri-ppc index 5b80feb71f..ab9265cc7a 100644 --- a/configs/linux-dri-ppc +++ b/configs/linux-dri-ppc @@ -13,5 +13,5 @@ ASM_SOURCES = $(PPC_SOURCES) # Build only the drivers for cards that exist on PowerPC. At some point MGA # will be added, but not yet. -DRI_DIRS = dri_client mach64 r128 r200 radeon tdfx +DRI_DIRS = dri_client mach64 r128 r200 r300 radeon tdfx diff --git a/configs/linux-dri-x86-64 b/configs/linux-dri-x86-64 index ac93555781..1d758d8967 100644 --- a/configs/linux-dri-x86-64 +++ b/configs/linux-dri-x86-64 @@ -19,5 +19,5 @@ EXTRA_LIB_PATH=-L/usr/X11R6/lib64 # the new interface. i810 and i830 are missing because there is no x86-64 # system where they could *ever* be used. # -DRI_DIRS = dri_client i915 mach64 mga r128 r200 radeon tdfx unichrome savage +DRI_DIRS = dri_client i915 mach64 mga r128 r200 radeon tdfx unichrome savage r300 -- cgit v1.2.3