Owen W. Taylor 58bb0044b2 Support and require Clutter 1.2
- Specify a minimum version of clutter-1.2.0
 - Switch clutter branch in the moduleset to master
 - Replace deprecated cogl_texture/material_unref() with
   cogl_handle_unref()
 - Use cogl_clip_push_rectangle() rather than cogl_clip_push()
 - Replace cogl_check_extension() with strstr - should be
   accurate enough.

https://bugzilla.gnome.org/show_bug.cgi?id=610679
2010-03-11 15:08:48 -05:00
..
2008-12-01 23:01:52 +00:00
2008-12-01 23:01:52 +00:00
2008-12-01 23:01:52 +00:00
2010-03-11 15:08:48 -05:00
2008-12-01 23:01:52 +00:00
2008-12-01 23:01:52 +00:00

The Clutter actors and other files in this directory were created by
litl, LLC.  They are released under the terms of the Library General
Public license.

The idea is that these actors may eventually make their way into Clutter
or into other libraries.

litl has requested that these actors should not be publically
installed under the 'big_*' names to avoid conflicts with their
development. So if you use them in your applications, do *NOT*
install:

 - A 'libbig' library
 - The header files
 - gobject-introspection data for these actors

Into public locations. You can of course, take the code and rename it,
as long as you respect the provisions of the LGPL, or install into
private locations as we do for gnome-shell. (We install the typelib
into a private location, link the source files directly into the
gnome-shell plugin so no external library is needed, and we don't
install the header files at all.)

Patches applied:
http://bugzilla.gnome.org/show_bug.cgi?id=562929