52fcc6a256
Also apply the following patches: - upstream fix for 32-bit autotools - upstream fix for conditional gstreamer build of gtklauncher - upstream fix for detecting the latest harfbuzz - Update existing patch for disabling docs - Update existing patch for execinfo_h - upstream patch for the MIPS DFG support. This fixes compilation problems on MIPS. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
28 lines
765 B
Diff
28 lines
765 B
Diff
This patch prevents documentation from being rebased or installed. This
|
|
prevents an error when gtk-doc --rebase is called.
|
|
|
|
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
|
|
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
|
|
|
|
Index: webkit-1.11.5/Tools/GNUmakefile.am
|
|
===================================================================
|
|
--- webkit-1.11.5.orig/Tools/GNUmakefile.am
|
|
+++ webkit-1.11.5/Tools/GNUmakefile.am
|
|
@@ -308,6 +308,8 @@ EXTRA_DIST += \
|
|
Tools/Scripts/webkit-build-directory \
|
|
Tools/Scripts/webkitdirs.pm
|
|
|
|
+if ENABLE_GTK_DOC
|
|
+
|
|
docs: docs-build.stamp
|
|
.PHONY : docs
|
|
DISTCLEANFILES += docs-build.stamp
|
|
@@ -412,7 +414,6 @@ if ENABLE_WEBKIT2
|
|
rm -rf $${installdir}
|
|
endif
|
|
|
|
-if ENABLE_GTK_DOC
|
|
all: docs-build.stamp
|
|
endif
|
|
|