cogl: Replace with 1.14.0 version
authorTomas Frydrych <tomas@sleepfive.com>
Mon, 20 May 2013 15:05:20 +0000 (16:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 May 2013 08:30:15 +0000 (09:30 +0100)
commit375cd8bb48b8b71f5d71ed29b591fbb18122162a
tree717b96d02bea646076724f88f0dd58ba257624e6
parent273f5856bbd9ff19026326b9fe3e43075a805077
cogl: Replace with 1.14.0 version

The package has been renamed to cogl-1.0 instead of cogl-vmajor.vminor, keeping
up with the upstream versioning policy (e.g., all 1.x packages install cogl-1.0
pc file and headers and are backward compatible), and to simplify dependency
management (worth noting that since the 1.x development files are not parallel
installable, it is not possible to use two versions of cogl 1.x at the same
time anyway).

Package configuration is provided via PACKAGECONFIG options as follows:

GL flavour:   'gl' for big GL or 'gles2' for GLES2
              (GLES1 is availabe in cogl, but not supporeted here at present.)

EGL platform: 'egl-null' -- PVR-style null platform
              'egl-kms'  -- kms platform provide by Mesa
              'egl-x11'  -- egl over xlib platform
              (Additional EGL platforms, e.g., Wayland are supported by cogl,
              but not supported here at present.)

GLX:          'glx' for the GLX extension support (implies 'gl')

Default configuration is 'glx'; typical configuration providing 'native' egl
on embedded HW would be 'gles2 egl-null'.

(From OE-Core rev: b508fdd2b19ca30da8d09caf646897dc4cf195c8)

Signed-off-by: Tomas Frydrych <tomas@sleepfive.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/clutter/cogl.inc [deleted file]
meta/recipes-graphics/clutter/cogl/build_for_armv4t.patch [deleted file]
meta/recipes-graphics/clutter/cogl/macro-versions.patch [deleted file]
meta/recipes-graphics/clutter/cogl_1.8.2.bb [deleted file]
meta/recipes-graphics/clutter/cogl_git.bb [deleted file]
meta/recipes-graphics/cogl/cogl-1.0.inc [new file with mode: 0644]
meta/recipes-graphics/cogl/cogl-1.0_1.14.0.bb [new file with mode: 0644]