1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-27 07:27:12 +00:00
Files
Ross Burton c9f855e040 webkit-gtk: add 1.8.1 recipe from tarball
License checksums changed as new years were added.

(From OE-Core rev: e6c5f1edcccfc78259caac853361c14ebe6d2677)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-17 10:54:06 +01:00

21 lines
663 B
Diff

make install invokes a gtk-doc tool without checking that we have gtk-doc.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Upstream-Status: Pending (https://bugs.webkit.org/show_bug.cgi?id=91239)
Index: webkit-1.8.1/Tools/GNUmakefile.am
===================================================================
--- webkit-1.8.1.orig/Tools/GNUmakefile.am
+++ webkit-1.8.1/Tools/GNUmakefile.am
@@ -330,7 +330,9 @@ if ENABLE_WEBKIT2
fi; \
fi
endif
+if ENABLE_GTK_DOC
@$(AM_V_GEN)$(PYTHON) $(srcdir)/Tools/gtk/generate-gtkdoc --rebase --virtual-root=$${DESTDIR}
+endif
uninstall-local:
@DOC_MODULE_VERSION=`cat ./Documentation/webkitgtk/version.xml`; \