summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/cogl/macro-versions.patch
diff options
context:
space:
mode:
authorTomas Frydrych <tomas@sleepfive.com>2013-05-20 16:05:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-21 09:30:15 +0100
commite847bd9f31210f0e3190cd7193cceb5cacfda5ab (patch)
tree50025a262d53a31356135d81ad302bf1ae66d660 /meta/recipes-graphics/clutter/cogl/macro-versions.patch
parent525771c46aa8540a395138f7dd2417cf305dad51 (diff)
downloadpoky-e847bd9f31210f0e3190cd7193cceb5cacfda5ab.tar.gz
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>
Diffstat (limited to 'meta/recipes-graphics/clutter/cogl/macro-versions.patch')
-rw-r--r--meta/recipes-graphics/clutter/cogl/macro-versions.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-graphics/clutter/cogl/macro-versions.patch b/meta/recipes-graphics/clutter/cogl/macro-versions.patch
deleted file mode 100644
index 2dcdd8e800..0000000000
--- a/meta/recipes-graphics/clutter/cogl/macro-versions.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3Index: cogl-1.8.0/configure.ac
4===================================================================
5--- cogl-1.8.0.orig/configure.ac
6+++ cogl-1.8.0/configure.ac
7@@ -833,7 +833,7 @@ LT_INIT([disable-static])
8 dnl ================================================================
9 dnl I18n stuff.
10 dnl ================================================================
11-AM_GNU_GETTEXT_VERSION([0.17])
12+AM_GNU_GETTEXT_VERSION([0.18])
13 AM_GNU_GETTEXT([external])
14
15 GETTEXT_PACKAGE="cogl"
16Index: cogl-1.8.0/po/Makefile.in.in
17===================================================================
18--- cogl-1.8.0.orig/po/Makefile.in.in
19+++ cogl-1.8.0/po/Makefile.in.in
20@@ -9,7 +9,7 @@
21 # General Public License and is *not* in the public domain.
22 #
23 # Origin: gettext-0.17
24-GETTEXT_MACRO_VERSION = 0.17
25+GETTEXT_MACRO_VERSION = 0.18
26
27 PACKAGE = @PACKAGE@
28 VERSION = @VERSION@