diff options
author | Jakob Bornecrantz <jakob@tungstengraphics.com> | 2008-06-08 17:29:56 +0200 |
---|---|---|
committer | Jakob Bornecrantz <jakob@tungstengraphics.com> | 2008-06-08 17:29:56 +0200 |
commit | 80ab4c3f8c3cf9518cd40ce1dff10ab99ab20301 (patch) | |
tree | 4aff0f21289f9c526758415ccbc6534a48647fc1 | |
parent | f4535f6e5ae63d8c59428cf190a95e0eb4ae233d (diff) |
mesa: Do not compile the dri drivers in mesa
-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 bd5e90dbdd..9fd3721265 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -61,7 +61,7 @@ endif -DRIVER_DIRS = dri +DRIVER_DIRS = WINDOW_SYSTEM = dri GALLIUM_WINSYS_DIRS = dri egl_xlib GALLIUM_WINSYS_COMMON_DIRS = intel_drm |