summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-05-05 10:59:44 +0800
committerChia-I Wu <olv@lunarg.com>2010-05-05 11:57:46 +0800
commita6ec153830ea25958f8cb5f5b5ae7a3433d61bbc (patch)
treed7a97f7581cb6e9c5232c1a17ff1452eb4614dbb /configs
parentb29b27c118f2f813b07475e0c470b338ed5987aa (diff)
mesa: Fix build of ES overlay.
ES overlay is built with FEATURE_ES1 or FEATURE_ES2, and is built without FEATURE_GL. Fix the build by always building OpenGL ES sources, but test for FEATURE_ES1 or FEATURE_ES2. Also, define symbols that are missing because FEATURE_GL is not defined.
Diffstat (limited to 'configs')
-rw-r--r--configs/autoconf.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in
index 5301908b7f2..ba99fe0cd4c 100644
--- a/configs/autoconf.in
+++ b/configs/autoconf.in
@@ -36,7 +36,6 @@ LLVM_LIBS = @LLVM_LIBS@
# Source selection
MESA_ASM_SOURCES = @MESA_ASM_SOURCES@
GLAPI_ASM_SOURCES = @GLAPI_ASM_SOURCES@
-ES_SOURCES = @ES1_SOURCES@ @ES2_SOURCES@
# Misc tools and flags
MAKE = @MAKE@