build egl subdirs
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 10 Jul 2008 21:11:01 +0000 (15:11 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 11 Jul 2008 21:45:03 +0000 (15:45 -0600)
configs/linux-dri
src/egl/drivers/Makefile

index 9fd3721265661f1eb50626d0e087f661ae727782..380cd3812ff377b505410bd593e050cbdb274df4 100644 (file)
@@ -46,18 +46,8 @@ GL_LIB_DEPS   = $(EXTRA_LIB_PATH) -lX11 -lXext -lXxf86vm -lXdamage -lXfixes \
                 $(LIBDRM_LIB)
 
 
-# This is now 0 by default since it seems to confuse the hell out of people
-# and generate a lot of extra noise on bugzilla.  If you need to build with
-# EGL, do 'make linux-dri USING_EGL=1'
-
-USING_EGL=0
-
 # Directories
-SRC_DIRS := glx/x11 $(SRC_DIRS)
-ifeq ($(USING_EGL), 1)
-SRC_DIRS := egl $(SRC_DIRS)
-PROGRAM_DIRS = egl
-endif
+SRC_DIRS := glx/x11 egl $(SRC_DIRS)
 
 
 
index a2d67ca5a8a4f55d8a5a49736de015a8f57e69c9..6ce0e6b66d155eeb4db8a4098349861b841c5cd4 100644 (file)
@@ -7,10 +7,10 @@ include $(TOP)/configs/current
 SUBDIRS = demo dri xdri
 
 
-default: conditional_subdirs
+default: dri_subdirs
 
 
-# depending on $DRIVER_DIRS...
+# (UNUSED) depending on $DRIVER_DIRS...
 conditional_subdirs:
        @if [ "${DRIVER_DIRS}" = "dri" ] ; then \
                $(MAKE) dri_subdirs ; \