From b50a0b89d946cac3c18a84c3a77cc8dcf96eeec7 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Thu, 16 Oct 2008 23:41:13 +0100 Subject: build "GLX" egl driver by default and egl demos --- configs/linux-dri | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'configs/linux-dri') diff --git a/configs/linux-dri b/configs/linux-dri index eb6f307dac..6a61f0c8db 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. -- cgit v1.2.3