diff options
author | Eric Le Bihan <eric.le.bihan.dev@free.fr> | 2014-11-01 10:21:29 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-11-01 15:03:38 +0100 |
commit | 17cc58d1d30b7589d424c89c99d0c571799ed77a (patch) | |
tree | d457d90b687ce69095482a68e5d4cf7f0f97c7c9 /package/libglib2/libglib2-0002-no-gtk-doc.patch | |
parent | 0e74a5967f1da1d0a5095bf710242c2d9c34beba (diff) | |
download | buildroot-17cc58d1d30b7589d424c89c99d0c571799ed77a.tar.gz buildroot-17cc58d1d30b7589d424c89c99d0c571799ed77a.zip |
libglib2: bump to version 2.42.0
Bump libglib2 to version 2.42.0 and remove obsolete patches.
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libglib2/libglib2-0002-no-gtk-doc.patch')
-rw-r--r-- | package/libglib2/libglib2-0002-no-gtk-doc.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/package/libglib2/libglib2-0002-no-gtk-doc.patch b/package/libglib2/libglib2-0002-no-gtk-doc.patch deleted file mode 100644 index 926a263f1b..0000000000 --- a/package/libglib2/libglib2-0002-no-gtk-doc.patch +++ /dev/null @@ -1,25 +0,0 @@ -Same patch as for systemd in commit -7144f2f04b705538a893e538a6b851f536f433b6: - -Fix deactivation of gtk-doc - -The tarball contains the Makefile for building documentation with gtk-doc, -Unfortunately the AM_CONDITIONAL variable is not the correct one, which -results in an error when running autoreconf. - -This patch fixes this issue. - -Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> -Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com> - ---- a/gtk-doc.make -+++ b/gtk-doc.make -@@ -267,7 +267,7 @@ - # - # Require gtk-doc when making dist - # --if HAVE_GTK_DOC -+if ENABLE_GTK_DOC - dist-check-gtkdoc: docs - else - dist-check-gtkdoc: |