Mesa (gallium-0.2): build "GLX" egl driver by default and egl demos

Alan Hourihane alanh at kemper.freedesktop.org
Thu Oct 16 22:42:23 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: b50a0b89d946cac3c18a84c3a77cc8dcf96eeec7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b50a0b89d946cac3c18a84c3a77cc8dcf96eeec7

Author: Alan Hourihane <alanh at tungstengraphics.com>
Date:   Thu Oct 16 23:41:13 2008 +0100

build "GLX" egl driver by default and egl demos

---

 configs/linux-dri |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/configs/linux-dri b/configs/linux-dri
index eb6f307..6a61f0c 100644
--- a/configs/linux-dri
+++ b/configs/linux-dri
@@ -55,20 +55,15 @@ SRC_DIRS := glx/x11 egl $(SRC_DIRS)
 
 
 # Directories
-ifeq ($(USING_EGL), 1)
-SRC_DIRS = egl glx/x11 gallium mesa glu glut/glx glw
+SRC_DIRS = egl glx/x11 gallium mesa glu glut/glx glw 
 PROGRAM_DIRS = egl xdemos
-else
-SRC_DIRS = glx/x11 gallium mesa glu glut/glx glw
-PROGRAM_DIRS = xdemos
-endif
 
 # EGL directories
-EGL_DRIVERS_DIRS = demo dri xdri
+EGL_DRIVERS_DIRS = demo glx
 
 DRIVER_DIRS =
 WINDOW_SYSTEM = dri
-GALLIUM_WINSYS_DIRS = drm egl_xlib
+GALLIUM_WINSYS_DIRS = drm 
 
 # gamma are missing because they have not been converted to use the new
 # interface.




More information about the mesa-commit mailing list