[Cogl] [PATCH] build: Use the correct variable to indicate of cogl-gles2 will be built

Damien Lespiau damien.lespiau at gmail.com
Mon Sep 17 13:39:18 PDT 2012


From: Damien Lespiau <damien.lespiau at intel.com>

Instead of using the variable to use in Makefile.ams.
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 74d4de3..822812d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1260,7 +1260,7 @@ fi
 if test "x$SUPPORT_SDL" = "xyes"; then
 echo "        Support GLES under SDL: ${SUPPORT_SDL_GLES}"
 fi
-echo "        Build libcogl-gles2 GLES 2.0 frontend api: ${BUILD_COGL_GLES2}"
+echo "        Build libcogl-gles2 GLES 2.0 frontend api: ${enable_cogl_gles2}"
 echo "        Image backend: ${COGL_IMAGE_BACKEND}"
 echo "        Cogl Pango: ${enable_cogl_pango}"
 echo "        Profiling: ${enable_profile}"
-- 
1.7.7.5



More information about the Cogl mailing list