summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxde-common/lxde-common/lxde-common-replace_am_glib_gnu_gettext.patch
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-09-10 11:59:29 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-01-11 17:30:38 +0100
commit401b1195d465b7242ce40eed3c3ec8e33b548f1d (patch)
tree2fad74fea273d63c1cd0cd8bfe7b202fd4cc0680 /recipes-lxde/lxde-common/lxde-common/lxde-common-replace_am_glib_gnu_gettext.patch
parent1f9b1e91186d08ce7b10ea26cc00b8f49d8f47c3 (diff)
lxde-common: fix autoconf
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-lxde/lxde-common/lxde-common/lxde-common-replace_am_glib_gnu_gettext.patch')
-rw-r--r--recipes-lxde/lxde-common/lxde-common/lxde-common-replace_am_glib_gnu_gettext.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-lxde/lxde-common/lxde-common/lxde-common-replace_am_glib_gnu_gettext.patch b/recipes-lxde/lxde-common/lxde-common/lxde-common-replace_am_glib_gnu_gettext.patch
new file mode 100644
index 0000000..642f5e0
--- /dev/null
+++ b/recipes-lxde/lxde-common/lxde-common/lxde-common-replace_am_glib_gnu_gettext.patch
@@ -0,0 +1,13 @@
+--- lxde-common-0.99.1/configure.ac~ 2016-02-21 00:42:36.000000000 +0100
++++ lxde-common-0.99.1/configure.ac 2016-06-18 18:33:03.941490336 +0200
+@@ -59,7 +59,9 @@
+ echo $lang >> $srcdir/po/LINGUAS
+ done
+
+-AM_GLIB_GNU_GETTEXT
++#http://blogs.gnome.org/jjardon/2010/10/08/use-upstream-gettext-instead-the-gl
++AM_GNU_GETTEXT([external])
++AM_GNU_GETTEXT_VERSION([0.17])
+
+ IT_PROG_INTLTOOL([0.40.0])
+