1
0
Fork 0

configure.ac: Set CLUTTER_COGL for fruity

This commit is contained in:
Richard Purdie 2008-05-01 16:22:48 +00:00
parent f6cfee60a9
commit af0843331a
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2008-05-01 Richard Purdie <rpurdie@openedhand.com>
* configure.ac:
Set CLUTTER_COGL for fruity.
2008-05-01 Emmanuele Bassi <ebassi@openedhand.com>
Build fixes for the SDL flavour.

View file

@ -231,6 +231,8 @@ case $glesversion in
GLES_LIBS="-lGLESv2 -lEGL"
;;
fruity)
CLUTTER_COGL="gles"
AC_DEFINE([HAVE_COGL_GLES], 1, [Have GL/ES for rendering])
;;
*) AC_MSG_ERROR([Invalid GL ES Version '$glesversion' specified])