summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-02-05 10:46:13 +0100
committerEric Anholt <[email protected]>2012-02-29 11:52:40 -0800
commit88612029f6ce9d2717220a0ef31bfe71a8c85529 (patch)
treed86254fa4af549ab8850c39d07b929ea6cb82fd2 /configs
parent28d92eff73a0821e7a73b04d3f50e715850dc5e9 (diff)
egl/main: Convert to automake.
The drivers/ walk-through-subdirs makefile is converted as well so I didn't need to keep EGL_DRIVERS_DIRS along with the per-driver HAVE_EGL_DRIVER_WHATEVER. Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/autoconf.in1
-rw-r--r--configs/default3
-rw-r--r--configs/linux-dri3
-rw-r--r--configs/linux-opengl-es1
4 files changed, 0 insertions, 8 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in
index 0ec51716603..296bf30d95a 100644
--- a/configs/autoconf.in
+++ b/configs/autoconf.in
@@ -103,7 +103,6 @@ LIB_DIR = @LIB_DIR@
SRC_DIRS = @SRC_DIRS@
GLU_DIRS = @GLU_DIRS@
DRIVER_DIRS = @DRIVER_DIRS@
-EGL_DRIVERS_DIRS = @EGL_DRIVERS_DIRS@
GALLIUM_DIRS = @GALLIUM_DIRS@
GALLIUM_DRIVERS_DIRS = @GALLIUM_DRIVERS_DIRS@
GALLIUM_WINSYS_DIRS = @GALLIUM_WINSYS_DIRS@
diff --git a/configs/default b/configs/default
index 43cb51076c0..cdaeec8b478 100644
--- a/configs/default
+++ b/configs/default
@@ -104,9 +104,6 @@ SRC_DIRS = glsl mapi/glapi mapi/vgapi mesa \
GLU_DIRS = sgi
DRIVER_DIRS = x11 osmesa
-# EGL drivers to build
-EGL_DRIVERS_DIRS = glx
-
# Gallium directories and
GALLIUM_DIRS = auxiliary drivers state_trackers
GALLIUM_AUXILIARIES = $(TOP)/src/gallium/auxiliary/libgallium.a
diff --git a/configs/linux-dri b/configs/linux-dri
index a5efea25d06..f1fb37842a0 100644
--- a/configs/linux-dri
+++ b/configs/linux-dri
@@ -54,9 +54,6 @@ GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lXxf86vm -lXdamage -lXfixes \
# Directories
SRC_DIRS := glx egl $(SRC_DIRS)
-# EGL directories
-EGL_DRIVERS_DIRS = glx
-
DRIVER_DIRS = dri
GALLIUM_WINSYS_DIRS = sw sw/xlib drm/vmware drm/intel svga/drm
GALLIUM_TARGET_DIRS = dri-vmwgfx
diff --git a/configs/linux-opengl-es b/configs/linux-opengl-es
index 93c0d4770b9..ae48a383f77 100644
--- a/configs/linux-opengl-es
+++ b/configs/linux-opengl-es
@@ -14,7 +14,6 @@ DEFINES += -DGLX_DIRECT_RENDERING
# no mesa or egl drivers
DRIVER_DIRS =
-EGL_DRIVERS_DIRS =
GALLIUM_DRIVERS_DIRS = softpipe