diff options
author | Vinson Lee <[email protected]> | 2010-03-03 19:03:45 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-03-03 19:03:45 -0800 |
commit | e5d0956ca4621f379be9beb104b21a90f207475c (patch) | |
tree | 341c9e07e8b3232b696d74660be808974823f4e2 /configs/linux-dri | |
parent | f4113012e0b0defa0ddb8ff3b7f6a518df9ac1e0 (diff) |
Remove ffb and gamma from configs.
Diffstat (limited to 'configs/linux-dri')
-rw-r--r-- | configs/linux-dri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index 634546c64ca..e8e8ccfcf94 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -64,7 +64,7 @@ GALLIUM_WINSYS_DRM_DIRS = vmware intel i965 GALLIUM_STATE_TRACKERS_DIRS = egl DRI_DIRS = i810 i915 i965 mach64 mga r128 r200 r300 radeon \ - savage sis tdfx unichrome ffb swrast + savage sis tdfx unichrome swrast INTEL_LIBS = `pkg-config --libs libdrm_intel` INTEL_CFLAGS = `pkg-config --cflags libdrm_intel` |