build "GLX" egl driver by default and egl demos
authorAlan Hourihane <alanh@tungstengraphics.com>
Thu, 16 Oct 2008 22:41:13 +0000 (23:41 +0100)
committerAlan Hourihane <alanh@tungstengraphics.com>
Thu, 16 Oct 2008 22:42:12 +0000 (23:42 +0100)
configs/linux-dri

index eb6f307..6a61f0c 100644 (file)
@@ -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.