diff options
author | Thomas White <taw@bitwiz.org.uk> | 2009-09-20 21:39:24 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2009-09-20 21:39:24 +0100 |
commit | 659f3bc55a03889ba0de77abd3c87d9d036eaef5 (patch) | |
tree | 4d108ccda9f1535d143015fa99cca1df503f320c /configs | |
parent | b27d82b5661d7b4a2556cb8957348d7e26a6ed9a (diff) |
Remove glamo from DRI_DIRS
This config file is not actually used. The options are specified on the command-line
instead. So don't bother changing it, for now.
Diffstat (limited to 'configs')
-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 95fee84094..0998ba8549 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -64,4 +64,4 @@ GALLIUM_WINSYS_DRM_DIRS = intel GALLIUM_STATE_TRACKERS_DIRS = egl DRI_DIRS = i810 i915 i965 mach64 mga r128 r200 r300 radeon s3v \ - savage sis tdfx trident unichrome ffb glamo swrast + savage sis tdfx trident unichrome ffb swrast |