diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2008-06-27 17:21:06 +0100 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2008-07-04 15:18:02 +0100 |
commit | 95f9e1c8f21b4098e9073fd2b7294760daac4782 (patch) | |
tree | 72dbd75af9cfbfc11b455c1b5850c37fa044ed6b | |
parent | 51b29259cc5496dbdb7c50c901c676a9c2751d30 (diff) |
disable egl_xlib for now
-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 9fd3721265..24ae413f23 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -63,7 +63,7 @@ endif DRIVER_DIRS = WINDOW_SYSTEM = dri -GALLIUM_WINSYS_DIRS = dri egl_xlib +GALLIUM_WINSYS_DIRS = dri GALLIUM_WINSYS_COMMON_DIRS = intel_drm # gamma are missing because they have not been converted to use the new |