diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-dri | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index 9f225ad8f2..ea760c3cd5 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -37,8 +37,8 @@ DRIVER_DIRS = dri PROGRAM_DIRS = WINDOW_SYSTEM=dri -# ffb, gamma, and sis are missing because they have -# not be converted to use the new interface. -# -DRI_DIRS = dri_client i810 i830 i915 mach64 mga r128 r200 radeon tdfx unichrome savage +# 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 \ + unichrome savage sis |