diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-05 14:41:28 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-05 14:41:28 -0600 |
commit | b11aad2abe167716b7ff1262f5872d4d9dbb5b9c (patch) | |
tree | 953b763c1e9a7184230848c3d22385a6e9bdc4f5 | |
parent | d607e30232add2358e915027d030ac094394b08e (diff) |
build egl_xlib/ too (softpipe_egl.so library)
-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 2b30a00c2d..3df15056c2 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -63,7 +63,7 @@ endif DRIVER_DIRS = dri WINDOW_SYSTEM = dri -GALLIUM_WINSYS_DIRS = dri +GALLIUM_WINSYS_DIRS = dri egl_xlib # gamma are missing because they have not been converted to use the new # interface. |