summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-05 14:12:27 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-05 14:12:27 -0600
commite7725e136f0fa64c75813a3b138dc81a8b19400d (patch)
tree632fc70a2ee2225aff7a12e8601d644318419ca1
parent3b28aab1614bb22ca12ce7ebd5aa5ff0d87309ec (diff)
egl: build libEGL and softpipe_egl.so by default
-rw-r--r--configs/default4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/default b/configs/default
index 04604f80067..2019a53b4f1 100644
--- a/configs/default
+++ b/configs/default
@@ -60,7 +60,7 @@ GLW_SOURCES = GLwDrawA.c
# Directories to build
LIB_DIR = lib
-SRC_DIRS = gallium mesa gallium/winsys glu glut/glx glw
+SRC_DIRS = gallium mesa egl gallium/winsys glu glut/glx glw
GLU_DIRS = sgi
DRIVER_DIRS =
# Which subdirs under $(TOP)/progs/ to enter:
@@ -72,7 +72,7 @@ GALLIUM_AUXILIARY_DIRS = draw cso_cache pipebuffer tgsi sct translate rtasm util
GALLIUM_AUXILIARIES = $(foreach DIR,$(GALLIUM_AUXILIARY_DIRS),$(TOP)/src/gallium/auxiliary/$(DIR)/lib$(DIR).a)
GALLIUM_DRIVER_DIRS = softpipe i915simple i965simple failover
GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVER_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a)
-GALLIUM_WINSYS_DIRS = xlib
+GALLIUM_WINSYS_DIRS = xlib egl_xlib
# Library/program dependencies