mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00:00
configure.ac: Set CLUTTER_COGL for fruity
This commit is contained in:
parent
f6cfee60a9
commit
af0843331a
@ -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>
|
2008-05-01 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
Build fixes for the SDL flavour.
|
Build fixes for the SDL flavour.
|
||||||
|
@ -231,6 +231,8 @@ case $glesversion in
|
|||||||
GLES_LIBS="-lGLESv2 -lEGL"
|
GLES_LIBS="-lGLESv2 -lEGL"
|
||||||
;;
|
;;
|
||||||
fruity)
|
fruity)
|
||||||
|
CLUTTER_COGL="gles"
|
||||||
|
AC_DEFINE([HAVE_COGL_GLES], 1, [Have GL/ES for rendering])
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*) AC_MSG_ERROR([Invalid GL ES Version '$glesversion' specified])
|
*) AC_MSG_ERROR([Invalid GL ES Version '$glesversion' specified])
|
||||||
|
Loading…
Reference in New Issue
Block a user