summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/cogl/macro-versions.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/clutter/cogl/macro-versions.patch')
-rw-r--r--meta/recipes-graphics/clutter/cogl/macro-versions.patch26
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 @@
1Index: cogl-1.8.0/configure.ac
2===================================================================
3--- cogl-1.8.0.orig/configure.ac
4+++ cogl-1.8.0/configure.ac
5@@ -833,7 +833,7 @@ LT_INIT([disable-static])
6 dnl ================================================================
7 dnl I18n stuff.
8 dnl ================================================================
9-AM_GNU_GETTEXT_VERSION([0.17])
10+AM_GNU_GETTEXT_VERSION([0.18])
11 AM_GNU_GETTEXT([external])
12
13 GETTEXT_PACKAGE="cogl"
14Index: cogl-1.8.0/po/Makefile.in.in
15===================================================================
16--- cogl-1.8.0.orig/po/Makefile.in.in
17+++ cogl-1.8.0/po/Makefile.in.in
18@@ -9,7 +9,7 @@
19 # General Public License and is *not* in the public domain.
20 #
21 # Origin: gettext-0.17
22-GETTEXT_MACRO_VERSION = 0.17
23+GETTEXT_MACRO_VERSION = 0.18
24
25 PACKAGE = @PACKAGE@
26 VERSION = @VERSION@