summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-05-02 14:09:52 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-05-02 14:09:52 -0400
commitda76a4d845367242c1ae7726d1dc23900f31e1e4 (patch)
treeff45a40eb51a1020f6782e4b44bdddbfec38854e /configs
parent559d124ed3f2070c73c5cb9c3b506ddd9cfaeb02 (diff)
mesa: Only compile ES files when ES1 or ES2 are selected
This still requieres manual generation of the es1 and es2 glapis and is disabled by default.
Diffstat (limited to 'configs')
-rw-r--r--configs/autoconf.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in
index eeb99780be..119aadb6d4 100644
--- a/configs/autoconf.in
+++ b/configs/autoconf.in
@@ -33,9 +33,10 @@ LLVM_LDFLAGS = @LLVM_LDFLAGS@
LLVM_LIBS = @LLVM_LIBS@
-# Assembler
+# 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@