summaryrefslogtreecommitdiffstats
path: root/package/libglib2/libglib2-0002-no-gtk-doc.patch
diff options
context:
space:
mode:
authorHadrien Boutteville <hadrien.boutteville@gmail.com>2014-07-08 15:57:04 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-15 23:19:06 +0200
commitb39abd4589597992b418f8b53e9b837054269c2c (patch)
tree5ea5c4859768219f2407216c199a83130f930102 /package/libglib2/libglib2-0002-no-gtk-doc.patch
parent12687de8ad45cb9af2fc58de94ea24c97370fee1 (diff)
downloadbuildroot-b39abd4589597992b418f8b53e9b837054269c2c.tar.gz
buildroot-b39abd4589597992b418f8b53e9b837054269c2c.zip
libglib2: bump to version 2.40.0
Remove patch because it is applied upstream in this version. Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: "Yann E. MORIN" <yann.morin.1998@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.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/package/libglib2/libglib2-0002-no-gtk-doc.patch b/package/libglib2/libglib2-0002-no-gtk-doc.patch
new file mode 100644
index 0000000000..926a263f1b
--- /dev/null
+++ b/package/libglib2/libglib2-0002-no-gtk-doc.patch
@@ -0,0 +1,25 @@
+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:
OpenPOWER on IntegriCloud