mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05: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>
|
||||
|
||||
Build fixes for the SDL flavour.
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user