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.
This commit is contained in:
Jim Nelson 2013-10-01 18:10:01 -07:00
parent d1aae04383
commit ec032d5b2f

View file

@ -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}
)