egl: Stoped compiling EGL completely
authorJakob Bornecrantz <jakob@tungstengraphics.com>
Fri, 23 May 2008 14:18:42 +0000 (16:18 +0200)
committerJakob Bornecrantz <jakob@tungstengraphics.com>
Fri, 23 May 2008 14:18:42 +0000 (16:18 +0200)
configs/linux-dri

index bcc2b615618aa8691ae293e49fd14482f4ecdf95..193d0a550abc2cada72ee17427af45220e364838 100644 (file)
@@ -53,9 +53,10 @@ GL_LIB_DEPS   = $(EXTRA_LIB_PATH) -lX11 -lXext -lXxf86vm -lXdamage -lXfixes \
 USING_EGL=0
 
 # Directories
-SRC_DIRS := glx/x11 egl $(SRC_DIRS)
+SRC_DIRS := glx/x11 $(SRC_DIRS)
 PROGRAM_DIRS := egl $(PROGRAM_DIRS)
 ifeq ($(USING_EGL), 1)
+SRC_DIRS := egl $(SRC_DIRS)
 PROGRAM_DIRS = egl
 endif