summaryrefslogtreecommitdiff
path: root/package/midori/patches/patch-CMakeLists_txt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-04-06 20:48:08 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-04-06 20:48:23 +0200
commit0ea1f6afbf7eb98d9d2cbfb8cde0b5c270b2e2ae (patch)
treed989d30616e329e50c8d932f870feddbd311a2e3 /package/midori/patches/patch-CMakeLists_txt
parent458d7df7985f0b04e672a53e6c947f7ef1abb3f3 (diff)
unbreak midori compile
Diffstat (limited to 'package/midori/patches/patch-CMakeLists_txt')
-rw-r--r--package/midori/patches/patch-CMakeLists_txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/midori/patches/patch-CMakeLists_txt b/package/midori/patches/patch-CMakeLists_txt
new file mode 100644
index 000000000..2129969f6
--- /dev/null
+++ b/package/midori/patches/patch-CMakeLists_txt
@@ -0,0 +1,13 @@
+--- midori-0.5.11.orig/CMakeLists.txt 2015-08-30 13:56:26.000000000 +0200
++++ midori-0.5.11/CMakeLists.txt 2016-04-03 15:01:39.481595419 +0200
+@@ -206,8 +206,8 @@ if (HALF_BRO_INCOM_WEBKIT2)
+ elseif (USE_GTK3)
+ pkg_check_modules(DEPS_GTK REQUIRED
+ gtk+-3.0>=3.10.0
+- webkitgtk-3.0>=1.8.1
+- javascriptcoregtk-3.0
++ webkitgtk-4.0>=1.8.1
++ javascriptcoregtk-4.0
+ )
+ add_definitions("-DGTK_VERSION=\"${DEPS_GTK_gtk+-3.0_VERSION}\"")
+ add_definitions("-DWEBKIT_VERSION=\"${DEPS_GTK_webkitgtk-3.0_VERSION}\"")