board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / libgtk3 / 0001-no-gtk-doc.patch
blob6dede7348a6b6bc166716d6774e89ccf6577bc04
1 Same patch as for systemd in commit
2 http://git.buildroot.net/buildroot/commit/?id=7144f2f04b70553
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: