diff options
author | Eric Anholt <[email protected]> | 2004-09-25 16:56:58 +0000 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2004-09-25 16:56:58 +0000 |
commit | d166f2bffdb9cd8ab22825a2901baa513c4bc1eb (patch) | |
tree | 6fcfaec3188e5747b86c6365e4562008d4d8a6aa | |
parent | 0a21a4aaf9c210dd03d489ce0764c45bf8e38c9d (diff) |
Add sis to the list of DRI drivers, since it had already been converted to the
new interface.
-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 9f225ad8f2c..ea760c3cd54 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 |