diff options
author | Kristian Høgsberg <[email protected]> | 2010-04-27 13:42:33 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-04-28 14:36:28 -0400 |
commit | 0f68032a7cebe740421e5de4586d13c99a8728ab (patch) | |
tree | 1900e2d5b346b4c2a2f79694b2db35608587e017 /configs/autoconf.in | |
parent | 5efee4d4e68067a3fd85b9ff6a2636f502538768 (diff) |
configure.ac: Add options to enable GLES1/2 API support
Diffstat (limited to 'configs/autoconf.in')
-rw-r--r-- | configs/autoconf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in index b6cc9b3b73e..c89441b2518 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -14,6 +14,7 @@ ARCH_FLAGS = @ARCH_FLAGS@ ASM_FLAGS = @ASM_FLAGS@ PIC_FLAGS = @PIC_FLAGS@ DEFINES = @DEFINES@ +API_DEFINES = @API_DEFINES@ CFLAGS = @CPPFLAGS@ @CFLAGS@ \ $(OPT_FLAGS) $(PIC_FLAGS) $(ARCH_FLAGS) $(ASM_FLAGS) $(DEFINES) CXXFLAGS = @CPPFLAGS@ @CXXFLAGS@ \ |