diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2014-11-11 11:15:21 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-11-11 15:38:52 +0100 |
commit | 2e6ace7d12b6991fd04bcbe7678ecff1f34f94c3 (patch) | |
tree | 27c97e8fe625c7ba9089492b2430e154c09aa0e5 /package/libgtk3/0001-no-gtk-doc.patch | |
parent | af14211012ad318d05007267c2ebaa6b1cf5ad1d (diff) | |
download | buildroot-2e6ace7d12b6991fd04bcbe7678ecff1f34f94c3.tar.gz buildroot-2e6ace7d12b6991fd04bcbe7678ecff1f34f94c3.zip |
libgtk3: rename patches to follow the new name structure
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libgtk3/0001-no-gtk-doc.patch')
-rw-r--r-- | package/libgtk3/0001-no-gtk-doc.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package/libgtk3/0001-no-gtk-doc.patch b/package/libgtk3/0001-no-gtk-doc.patch new file mode 100644 index 0000000000..6dede7348a --- /dev/null +++ b/package/libgtk3/0001-no-gtk-doc.patch @@ -0,0 +1,25 @@ +Same patch as for systemd in commit +http://git.buildroot.net/buildroot/commit/?id=7144f2f04b70553 + +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: |