diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2007-12-07 11:26:41 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2007-12-18 22:20:37 -0800 |
commit | da693b7c89392265944f7ba4c20c2455be101b85 (patch) | |
tree | b83044160264ccadc475388377beb02a1789df40 /configs/linux-dri-x86-64 | |
parent | f71032b7e257401959428c3498d687ca199c9c03 (diff) |
Don't try to build nonexistent i915tex driver on linux-x86-64
Diffstat (limited to 'configs/linux-dri-x86-64')
-rw-r--r-- | configs/linux-dri-x86-64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-dri-x86-64 b/configs/linux-dri-x86-64 index 821ab3e336..2272c830da 100644 --- a/configs/linux-dri-x86-64 +++ b/configs/linux-dri-x86-64 @@ -20,5 +20,5 @@ EXTRA_LIB_PATH=-L/usr/X11R6/lib64 # the new interface. i810 are missing because there is no x86-64 # system where they could *ever* be used. # -DRI_DIRS = i915tex i915 i965 mach64 mga r128 r200 radeon tdfx unichrome savage r300 +DRI_DIRS = i915 i965 mach64 mga r128 r200 r300 radeon savage tdfx unichrome |