The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / pango / 0002-no-gtk-doc.patch
1 Same patch as for systemd in commit
2 7144f2f04b705538a893e538a6b851f536f433b6:
3
4 Fix deactivation of gtk-doc
5
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.
9
10 This patch fixes this issue.
11
12 Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
13 Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com>
14
15 --- a/gtk-doc.make
16 +++ b/gtk-doc.make
17 @@ -267,7 +267,7 @@
18  #
19  # Require gtk-doc when making dist
20  #
21 -if HAVE_GTK_DOC
22 +if ENABLE_GTK_DOC
23  dist-check-gtkdoc: docs
24  else
25  dist-check-gtkdoc: