diff options
author | Zack Rusin <zack@tungstengraphics.com> | 2008-05-22 22:13:38 -0400 |
---|---|---|
committer | Zack Rusin <zack@tungstengraphics.com> | 2008-05-22 22:13:38 -0400 |
commit | 6f25d6d48d52063c50f773d005adcdf2a924e82d (patch) | |
tree | 34558b1c64d55fe46904884cc4ec30a0b55ce900 /configs | |
parent | 6c78b8e97b21cc9152e75727ed879643f605ede3 (diff) |
disable egl by default
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 225536ef28..5221d043cf 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -63,7 +63,7 @@ PROGRAM_DIRS = egl DRIVER_DIRS = dri WINDOW_SYSTEM=dri -GALLIUM_WINSYS_DIRS = dri egl_drm +GALLIUM_WINSYS_DIRS = dri # gamma are missing because they have not been converted to use the new # interface. |