summaryrefslogtreecommitdiff
path: root/package/webkitgtk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-11-26 20:05:03 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-11-26 20:05:28 +0100
commitd6ac74d209a24fd3b7cc139129147b7234e7a984 (patch)
treef4e95dde31e6d6787cc1e101c7d5b4e0309126b0 /package/webkitgtk
parentd620ea3cb03e98582f347512752704c5595f2178 (diff)
midori: fix dependencies and package, at least midori startsup somehow
Diffstat (limited to 'package/webkitgtk')
-rw-r--r--package/webkitgtk/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/package/webkitgtk/Makefile b/package/webkitgtk/Makefile
index 804e597b9..0da0ef090 100644
--- a/package/webkitgtk/Makefile
+++ b/package/webkitgtk/Makefile
@@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= webkitgtk
PKG_VERSION:= 2.14.2
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_HASH:= 2edbcbd5105046aea55af9671c4de8deedb5b0e3567c618034d440a760675556
PKG_DESCR:= web browser engine
PKG_SECTION:= libs/misc
@@ -46,5 +46,10 @@ webkitgtk-install:
$(IDIR_WEBKITGTK)/usr/lib
$(CP) $(WRKINST)/usr/lib/libwebkit2gtk*.so* \
$(IDIR_WEBKITGTK)/usr/lib
+ $(CP) $(WRKINST)/usr/lib/webkit2gtk-4.0 \
+ $(IDIR_WEBKITGTK)/usr/lib
+ $(INSTALL_DIR) $(IDIR_WEBKITGTK)/usr/libexec
+ $(CP) $(WRKINST)/usr/libexec/* \
+ $(IDIR_WEBKITGTK)/usr/libexec
include $(ADK_TOPDIR)/mk/pkg-bottom.mk