mesa: On second thought lets not build the driver
authorJakob Bornecrantz <jakob@tungstengraphics.com>
Thu, 22 May 2008 14:24:10 +0000 (16:24 +0200)
committerJakob Bornecrantz <jakob@tungstengraphics.com>
Fri, 23 May 2008 09:02:14 +0000 (11:02 +0200)
configs/linux-dri

index 5221d043cf9a7de6fb74358cbf7f78125673b91d..bcc2b615618aa8691ae293e49fd14482f4ecdf95 100644 (file)
@@ -53,17 +53,17 @@ GL_LIB_DEPS   = $(EXTRA_LIB_PATH) -lX11 -lXext -lXxf86vm -lXdamage -lXfixes \
 USING_EGL=0
 
 # Directories
-SRC_DIRS := glx/x11 $(SRC_DIRS)
-#ifeq ($(USING_EGL), 1)
-SRC_DIRS := egl $(SRC_DIRS)
+SRC_DIRS := glx/x11 egl $(SRC_DIRS)
+PROGRAM_DIRS := egl $(PROGRAM_DIRS)
+ifeq ($(USING_EGL), 1)
 PROGRAM_DIRS = egl
-#endif
+endif
 
 
 
 DRIVER_DIRS = dri
-WINDOW_SYSTEM=dri
-GALLIUM_WINSYS_DIRS = dri 
+WINDOW_SYSTEM = dri
+GALLIUM_WINSYS_DIRS = dri
 
 # gamma are missing because they have not been converted to use the new
 # interface.