From ec032d5b2fd258005d4d01e4edd7f3ab9e4aaacf Mon Sep 17 00:00:00 2001 From: Jim Nelson Date: Tue, 1 Oct 2013 18:10:01 -0700 Subject: [PATCH] Build with WebKitGTK 2.2.0: Closes #7023 Unfortunately, CMake doesn't allow us to exclude WebKitGTK 2.1.1 to 2.1.90.0, which are the versions that don't have the symbols we need to build cleanly. We'll have to assume that anyone building with an installed WebKitGTK package is using a stable release. --- src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c1bc6e12..c7ca9e70 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -461,7 +461,6 @@ pkg_check_modules(DEPS REQUIRED gmime-2.6>=2.6.0 libsecret-1>=0.11 webkitgtk-3.0>=1.10.0 - webkitgtk-3.0<=2.0.4 libxml-2.0>=2.7.8 ${EXTRA_CLIENT_PKG_CONFIG} )