mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
cogl: add cogl 1.8.0 recipe
Cogl has been split into a separate recipe as of the clutter-1.8 series (From OE-Core rev: 3bddb7cd3400857ac724e91cb5b663bcf386ab37) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a9091c9466
commit
7ac57baf15
26
meta/recipes-graphics/clutter/cogl/macro-versions.patch
Normal file
26
meta/recipes-graphics/clutter/cogl/macro-versions.patch
Normal file
@@ -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@
|
||||
Reference in New Issue
Block a user