diff options
author | Robert Bragg <robert@linux.intel.com> | 2011-05-05 20:56:44 +0100 |
---|---|---|
committer | Robert Bragg <robert@linux.intel.com> | 2011-05-06 15:44:08 +0100 |
commit | 223e14811c101e8c5821ffb21c0b7978bd8f9c24 (patch) | |
tree | 3dba5da98aef84a0da8c1abf986ad6761e4dc136 /README.in | |
parent | 00f2a39ac547f4bc0f15f18c41baf749c3ffc602 (diff) | |
download | clutter-223e14811c101e8c5821ffb21c0b7978bd8f9c24.tar.gz |
Removes Cogl from the repository
Cogl has now been split out into a standalone project with a separate
repository at git://git.gnome.org/cogl. From now on the Clutter build
will now simply look for a cogl-1.0 pkg-config file to find a suitable
Cogl library to link against at build time.
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 35 |
1 files changed, 1 insertions, 34 deletions
@@ -10,12 +10,11 @@ REQUIREMENTS Clutter currently requires: • GLib ≥ @GLIB_REQ_VERSION@ + • Cogl ≥ @COGL_REQ_VERSION@ • JSON-GLib ≥ @JSON_GLIB_REQ_VERSION@ • Atk ≥ @ATK_REQ_VERSION@ • Cairo ≥ @CAIRO_REQ_VERSION@ • PangoCairo ≥ @PANGO_REQ_VERSION@ - • OpenGL ≥ 1.3 (or 1.2 + multitexturing), or OpenGL ES 2.0 (or 1.1) - • GLX, AGL, WGL or an EGL implementation Clutter also has optional dependencies: @@ -137,21 +136,6 @@ Clutter has additional command line options for the configure script: debugging notes. Only use in extreme performance and/or size optimization cases, though it is strongly discouraged. - --enable-cogl-debug=[no/minimum/yes] - Controls COGL debugging level (default=minimum): - - yes: - Support for COGL debugging notes through COGL_DEBUG and - error checking for each GL primitive. This is useful mostly - to debug COGL itself. - - minimum: - Support for COGL debugging notes through COGL_DEBUG. This is - the default for developers snapshots. - - no: - Disable support for COGL runtime debugging notes. - --enable-maintainer-flags=[no/yes/error] Use strict compiler flags. This defaults to 'yes' for building from Git to 'no' for tarball releases. If 'error' is used, then -Werror @@ -209,23 +193,6 @@ Clutter has additional command line options for the configure script: win32: Microsoft Windows(tm) WGL backend. - --with-imagebackend=[gdk-pixbuf/quartz/internal] - Select the image loading backend used by COGL - - gdk-pixbuf: - Depend on gdk-pixbuf-2.0 (default for the glx, eglx, - eglnative, win32 flavours and recommended). - - quartz: - Depend on CoreGraphics (default for the osx flavour). - - internal: - Internal JPEG and PNG loader. Should only be used - for testing on new platforms - - --with-gles=[1.1/2.0] - Select the GLES version (for EGL backends) (default=1.1) - See also the INSTALL file generated by autotools for further information. VERSIONING |