diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2005-07-20 22:08:06 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2005-07-20 22:08:06 +0000 |
commit | aeb0ee771b1ba82231a2d6caf8fb3371ad0e59ec (patch) | |
tree | bffc53b0310bdc0ea4ea53f48ff919c27f01209f /configs | |
parent | 6ae76788a73be2348d1fa84e026928f5a7defc1a (diff) |
Connect the r300 bits up to the build.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/freebsd-dri | 2 | ||||
-rw-r--r-- | configs/linux-dri | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/freebsd-dri b/configs/freebsd-dri index 7dd904c0af..2e360f9641 100644 --- a/configs/freebsd-dri +++ b/configs/freebsd-dri @@ -38,6 +38,6 @@ DRM_SOURCE_PATH=$(TOP)/../drm # ffb and gamma are missing because they have not been converted to use the new # interface. -DRI_DIRS = dri_client i810 i830 i915 mach64 mga r128 r200 radeon tdfx \ +DRI_DIRS = dri_client i810 i830 i915 mach64 mga r128 r200 r300 radeon tdfx \ unichrome savage sis diff --git a/configs/linux-dri b/configs/linux-dri index 65d7202d10..12ad6d7bd8 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -49,5 +49,5 @@ WINDOW_SYSTEM=dri # gamma are missing because they have not been converted to use the new # interface. -DRI_DIRS = dri_client i810 i830 i915 mach64 mga r128 r200 radeon s3v \ +DRI_DIRS = dri_client i810 i830 i915 mach64 mga r128 r200 r300 radeon s3v \ savage sis tdfx trident unichrome ffb |