0001-no-gtk-doc.patch 663 B

12345678910111213141516171819202122232425
  1. Same patch as for systemd in commit
  2. http://git.buildroot.net/buildroot/commit/?id=7144f2f04b70553
  3. Fix deactivation of gtk-doc
  4. The tarball contains the Makefile for building documentation with gtk-doc,
  5. Unfortunately the AM_CONDITIONAL variable is not the correct one, which
  6. results in an error when running autoreconf.
  7. This patch fixes this issue.
  8. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
  9. Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com>
  10. --- a/gtk-doc.make
  11. +++ b/gtk-doc.make
  12. @@ -267,7 +267,7 @@
  13. #
  14. # Require gtk-doc when making dist
  15. #
  16. -if HAVE_GTK_DOC
  17. +if ENABLE_GTK_DOC
  18. dist-check-gtkdoc: docs
  19. else
  20. dist-check-gtkdoc: