mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 11:32:04 +00:00
2007-11-29 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-main.c: (generate_enter_leave_events): Minor formatting tweak. * configure.ac: Typo fix from Damien Lespiau (via mailing list)
This commit is contained in:
parent
9800eb0639
commit
aebf79829a
@ -1,3 +1,10 @@
|
|||||||
|
2007-11-29 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/clutter-main.c: (generate_enter_leave_events):
|
||||||
|
Minor formatting tweak.
|
||||||
|
* configure.ac:
|
||||||
|
Typo fix from Damien Lespiau (via mailing list)
|
||||||
|
|
||||||
2007-11-28 Emmanuele Bassi <ebassi@openedhand.com>
|
2007-11-28 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
Add more introspection capabilities to the base model class
|
Add more introspection capabilities to the base model class
|
||||||
|
@ -231,7 +231,7 @@ case $clutterbackend in
|
|||||||
CLUTTER_COGL="gles"
|
CLUTTER_COGL="gles"
|
||||||
AC_DEFINE([HAVE_COGL_GLES], 1, [Have GL/ES for rendering])
|
AC_DEFINE([HAVE_COGL_GLES], 1, [Have GL/ES for rendering])
|
||||||
|
|
||||||
AC_CHECK_HEADERS([clutter_gl_header],,
|
AC_CHECK_HEADERS([$clutter_gl_header],,
|
||||||
[AC_MSG_ERROR([Unable to locate require GL header])])
|
[AC_MSG_ERROR([Unable to locate require GL header])])
|
||||||
AC_CHECK_HEADERS([GLES/egl.h],,
|
AC_CHECK_HEADERS([GLES/egl.h],,
|
||||||
[AC_MSG_ERROR([Unable to locate required GLES headers])])
|
[AC_MSG_ERROR([Unable to locate required GLES headers])])
|
||||||
|
Loading…
Reference in New Issue
Block a user