mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 08:28:21 +02:00
add i915 as it seems to build okay..
This commit is contained in:
parent
7aa0e6125d
commit
2a28636274
3 changed files with 3 additions and 3 deletions
|
|
@ -33,5 +33,5 @@ WINDOW_SYSTEM=dri
|
|||
# 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 i810 i830 mach64 mga r128 r200 radeon tdfx unichrome
|
||||
DRI_DIRS = dri_client i810 i830 i915 mach64 mga r128 r200 radeon tdfx unichrome
|
||||
|
||||
|
|
|
|||
|
|
@ -31,5 +31,5 @@ WINDOW_SYSTEM=dri
|
|||
# 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 i810 i830 mach64 mga r128 r200 radeon tdfx unichrome
|
||||
DRI_DIRS = dri_client i810 i830 i915 mach64 mga r128 r200 radeon tdfx unichrome
|
||||
|
||||
|
|
|
|||
|
|
@ -32,5 +32,5 @@ WINDOW_SYSTEM=dri
|
|||
# not be converted to use the new interface. Do i810 & i830 really
|
||||
# need to be included here?
|
||||
#
|
||||
DRI_DIRS = dri_client i810 i830 mach64 mga r128 r200 radeon tdfx unichrome
|
||||
DRI_DIRS = dri_client i810 i830 i915 mach64 mga r128 r200 radeon tdfx unichrome
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue