diff options
author | Jakob Bornecrantz <jakob@tungstengraphics.com> | 2008-05-14 17:20:56 +0200 |
---|---|---|
committer | Jakob Bornecrantz <jakob@tungstengraphics.com> | 2008-05-14 17:20:56 +0200 |
commit | 6c78b8e97b21cc9152e75727ed879643f605ede3 (patch) | |
tree | 0becae21e27c9db017f9dc786309d8dc760648c1 | |
parent | 3f9de6ff7dbfc417b50ac27be8461304f0134f91 (diff) |
mesa: Made linux-dri targets build EGL
-rw-r--r-- | configs/linux-dri | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index 67e60cbd4c..225536ef28 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -54,14 +54,16 @@ USING_EGL=0 # Directories SRC_DIRS := glx/x11 $(SRC_DIRS) -ifeq ($(USING_EGL), 1) +#ifeq ($(USING_EGL), 1) SRC_DIRS := egl $(SRC_DIRS) PROGRAM_DIRS = egl -endif +#endif + + DRIVER_DIRS = dri WINDOW_SYSTEM=dri -GALLIUM_WINSYS_DIRS = dri +GALLIUM_WINSYS_DIRS = dri egl_drm # gamma are missing because they have not been converted to use the new # interface. |