diff options
author | Keith Whitwell <[email protected]> | 2006-02-01 18:29:25 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2006-02-01 18:29:25 +0000 |
commit | 7efad0d84cb7fd7449287c15c5d649b350405b39 (patch) | |
tree | 59135853e2ef05454293a3ed63cf0d0aefe611f8 | |
parent | 42c88cd0727b12aa07610d5cf638bdd653b05dcb (diff) |
Just build the i915 on this branch
-rw-r--r-- | configs/linux-dri | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index a28c7708618..bf42c847afe 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -9,7 +9,7 @@ CONFIG_NAME = linux-dri CC = gcc CXX = g++ -MKDEP = /usr/X11R6/bin/makedepend +#MKDEP = /usr/X11R6/bin/makedepend #MKDEP = gcc -M #MKDEP_OPTIONS = -MF depend @@ -63,5 +63,7 @@ WINDOW_SYSTEM=dri # gamma are missing because they have not been converted to use the new # interface. -DRI_DIRS = i810 i830 i915 mach64 mga r128 r200 r300 radeon s3v \ +DRI_DIRS = i810 i915 mach64 mga r128 r200 r300 radeon s3v \ savage sis tdfx trident unichrome ffb + +DRI_DIRS = i915 |