diff options
Diffstat (limited to 'configs/linux-dri-x86-64')
-rw-r--r-- | configs/linux-dri-x86-64 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configs/linux-dri-x86-64 b/configs/linux-dri-x86-64 index d2ba01d6408..4f763da898e 100644 --- a/configs/linux-dri-x86-64 +++ b/configs/linux-dri-x86-64 @@ -28,7 +28,9 @@ DRIVER_DIRS = dri PROGRAM_DIRS = WINDOW_SYSTEM=dri -# ffb & savage missing: +# Savage is missing. ffb, gamma, and sis are also missing because they have +# not be converted to use the new interface. Do i810 & i830 really +# need to be included here? # -DRI_DIRS = dri_client gamma i810 i830 mach64 mga r128 r200 radeon sis tdfx unichrome +DRI_DIRS = dri_client i810 i830 mach64 mga r128 r200 radeon tdfx unichrome |