diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2008-10-16 23:41:13 +0100 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2008-10-16 23:42:12 +0100 |
commit | b50a0b89d946cac3c18a84c3a77cc8dcf96eeec7 (patch) | |
tree | 49a80940bb2148778ffee8a39c3b2ee4497ddfc5 /configs | |
parent | 51ffab362b27997f9c6c60bf9bace1b1854817db (diff) |
build "GLX" egl driver by default and egl demos
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-dri | 11 |
1 files changed, 3 insertions, 8 deletions
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. |