diff options
Diffstat (limited to 'configs/linux-dri')
-rw-r--r-- | configs/linux-dri | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index eb48be449af..68e063a419c 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -30,7 +30,8 @@ DRIVER_DIRS = dri PROGRAM_DIRS = WINDOW_SYSTEM=dri -# Only savage missing: +# Savage is missing. ffb, gamma, and sis are also missing because they have +# not be converted to use the new interface. # -DRI_DIRS = dri_client ffb gamma i810 i830 mach64 mga r128 r200 radeon sis tdfx unichrome +DRI_DIRS = dri_client i810 i830 mach64 mga r128 r200 radeon tdfx unichrome |