build: Use the correct variable to indicate of cogl-gles2 will be built
Instead of using the variable to use in Makefile.ams. Reviewed-by: Robert Bragg <robert@linux.intel.com> (cherry picked from commit 016f2276823a8a8cde33d3e7062c61469921a9f1)
This commit is contained in:
parent
21cf79db9c
commit
6a126f2af3
@ -1277,7 +1277,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}"
|
||||
|
Loading…
Reference in New Issue
Block a user