openocd: avoid documentation rebuild to fix build issues
[buildroot-gz.git] / package / pango / 0002-no-gtk-doc.patch
blob926a263f1b42cdad16eb16b254d9c3173f837118
1 Same patch as for systemd in commit
2 7144f2f04b705538a893e538a6b851f536f433b6:
4 Fix deactivation of gtk-doc
6 The tarball contains the Makefile for building documentation with gtk-doc,
7 Unfortunately the AM_CONDITIONAL variable is not the correct one, which
8 results in an error when running autoreconf.
10 This patch fixes this issue.
12 Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
13 Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com>
15 --- a/gtk-doc.make
16 +++ b/gtk-doc.make
17 @@ -267,7 +267,7 @@
19 # Require gtk-doc when making dist
21 -if HAVE_GTK_DOC
22 +if ENABLE_GTK_DOC
23 dist-check-gtkdoc: docs
24 else
25 dist-check-gtkdoc: