diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-09-08 15:38:59 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-09-08 22:15:36 +0200 |
commit | f617deaa903ac2453cb586bea40e5692a97d2b1b (patch) | |
tree | b296fda65048cffcdd95d836f782c78d7acfe8be /package/webkit/0004-disable-docrebase.patch | |
parent | 3d6c48436738b4dbedcfde74a65eace74e1b1c40 (diff) | |
download | buildroot-f617deaa903ac2453cb586bea40e5692a97d2b1b.tar.gz buildroot-f617deaa903ac2453cb586bea40e5692a97d2b1b.zip |
webkit: remove deprecated package
It's been deprecated for quite a while and it's now replaced by the more
modern and up to date webkitgtk package.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/webkit/0004-disable-docrebase.patch')
-rw-r--r-- | package/webkit/0004-disable-docrebase.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/package/webkit/0004-disable-docrebase.patch b/package/webkit/0004-disable-docrebase.patch deleted file mode 100644 index 2692d617a4..0000000000 --- a/package/webkit/0004-disable-docrebase.patch +++ /dev/null @@ -1,27 +0,0 @@ -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 - |