[geary/wip/728002-webkit2: 48/48] Bump minimum WebKitGTK+ version to 2.10.
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/728002-webkit2: 48/48] Bump minimum WebKitGTK+ version to 2.10.
- Date: Fri, 21 Oct 2016 23:47:40 +0000 (UTC)
commit ea1c070fcde89464cf20d96b637d1bd501f2217d
Author: Michael James Gratton <mike vee net>
Date: Sun Oct 16 22:55:55 2016 +1100
Bump minimum WebKitGTK+ version to 2.10.
We already need to 2.10 for the EditorState::typing-attributes property,
and we're probably going to want 2.8 anyway for
WebKit.UserContentManager::register_script_message_handler.
This means geary 0.12 won't compile under Debian stable unless backports
(bpo) are enabled, but that is how most users will get it 0.12
anyway. Further, the fact that stable is still shipping WK 2.6 is pretty
heinous from a security POV.
* src/CMakeLists.txt: Yoiks and away.
src/CMakeLists.txt | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 60795d4..e29bcd3 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -488,6 +488,7 @@ else ()
endif ()
set(TARGET_GLIB 2.42)
+set(TARGET_WEBKIT 2.10)
pkg_check_modules(DEPS REQUIRED
gthread-2.0
@@ -504,8 +505,8 @@ pkg_check_modules(DEPS REQUIRED
libxml-2.0>=2.7.8
gcr-3>=3.10.1
gobject-introspection-1.0
- webkit2gtk-4.0>=2.6
- webkit2gtk-web-extension-4.0>=2.6
+ webkit2gtk-4.0>=${TARGET_WEBKIT}
+ webkit2gtk-web-extension-4.0>=${TARGET_WEBKIT}
enchant>=1.6
${EXTRA_CLIENT_PKG_CONFIG}
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]