diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-11-01 14:27:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-08 14:17:03 +0000 |
commit | 3bddb7cd3400857ac724e91cb5b663bcf386ab37 (patch) | |
tree | 66b3146032b17ff72433505a40e2d5b5e13b54c0 /meta/recipes-graphics/clutter/cogl | |
parent | 5818a885df489f4bc9579d17c6b0efa7777f5ccc (diff) | |
download | openembedded-core-3bddb7cd3400857ac724e91cb5b663bcf386ab37.tar.gz openembedded-core-3bddb7cd3400857ac724e91cb5b663bcf386ab37.tar.bz2 openembedded-core-3bddb7cd3400857ac724e91cb5b663bcf386ab37.zip |
cogl: add cogl 1.8.0 recipe
Cogl has been split into a separate recipe as of the clutter-1.8 series
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/clutter/cogl')
-rw-r--r-- | meta/recipes-graphics/clutter/cogl/macro-versions.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/cogl/macro-versions.patch b/meta/recipes-graphics/clutter/cogl/macro-versions.patch new file mode 100644 index 0000000000..87ea1f7d0f --- /dev/null +++ b/meta/recipes-graphics/clutter/cogl/macro-versions.patch @@ -0,0 +1,26 @@ +Index: cogl-1.8.0/configure.ac +=================================================================== +--- cogl-1.8.0.orig/configure.ac ++++ cogl-1.8.0/configure.ac +@@ -833,7 +833,7 @@ LT_INIT([disable-static]) + dnl ================================================================ + dnl I18n stuff. + dnl ================================================================ +-AM_GNU_GETTEXT_VERSION([0.17]) ++AM_GNU_GETTEXT_VERSION([0.18]) + AM_GNU_GETTEXT([external]) + + GETTEXT_PACKAGE="cogl" +Index: cogl-1.8.0/po/Makefile.in.in +=================================================================== +--- cogl-1.8.0.orig/po/Makefile.in.in ++++ cogl-1.8.0/po/Makefile.in.in +@@ -9,7 +9,7 @@ + # General Public License and is *not* in the public domain. + # + # Origin: gettext-0.17 +-GETTEXT_MACRO_VERSION = 0.17 ++GETTEXT_MACRO_VERSION = 0.18 + + PACKAGE = @PACKAGE@ + VERSION = @VERSION@ |