aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/files/no-gtkdoc.patch
blob: 4eb09dc0e208a4ae27c61b2a0d91a991ef835ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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`; \