The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / webkit / 0004-disable-docrebase.patch
1 This patch prevents documentation from being rebased or installed. This
2 prevents an error when gtk-doc --rebase is called.
3
4 Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
5 Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
6
7 Index: webkit-1.11.5/Tools/GNUmakefile.am
8 ===================================================================
9 --- webkit-1.11.5.orig/Tools/GNUmakefile.am
10 +++ webkit-1.11.5/Tools/GNUmakefile.am
11 @@ -308,6 +308,8 @@ EXTRA_DIST += \
12         Tools/Scripts/webkit-build-directory \
13         Tools/Scripts/webkitdirs.pm
14  
15 +if ENABLE_GTK_DOC
16 +
17  docs: docs-build.stamp
18  .PHONY : docs
19  DISTCLEANFILES += docs-build.stamp
20 @@ -412,7 +414,6 @@ if ENABLE_WEBKIT2
21         rm -rf $${installdir}
22  endif
23  
24 -if ENABLE_GTK_DOC
25  all: docs-build.stamp
26  endif
27