diff options
author | Kristian Høgsberg <[email protected]> | 2010-05-02 14:09:52 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-05-02 14:09:52 -0400 |
commit | da76a4d845367242c1ae7726d1dc23900f31e1e4 (patch) | |
tree | ff45a40eb51a1020f6782e4b44bdddbfec38854e /configs | |
parent | 559d124ed3f2070c73c5cb9c3b506ddd9cfaeb02 (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.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in index eeb99780bec..119aadb6d4f 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@ |