diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-09-07 03:42:27 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-09-07 03:55:38 +0800 |
commit | 17817da46acb0f6b9d2f1fa62e92459643d4a236 (patch) | |
tree | 4fa2d4e7be6e378031dc6de9c6f1d44cb5e3aba9 | |
parent | 7ca22018a937ca1237e1c158df03c602cbd5b4d5 (diff) | |
download | gsoc2013-evolution-17817da46acb0f6b9d2f1fa62e92459643d4a236.tar.gz gsoc2013-evolution-17817da46acb0f6b9d2f1fa62e92459643d4a236.tar.zst gsoc2013-evolution-17817da46acb0f6b9d2f1fa62e92459643d4a236.zip |
Blacklist WebKitGTK+ 1.9.90.
Accidental API breakage => no build for you.
-rw-r--r-- | configure.ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ab71306fde..436f54b72a 100644 --- a/configure.ac +++ b/configure.ac @@ -250,6 +250,16 @@ PKG_CHECK_MODULES([GNOME_PLATFORM], AC_SUBST(GNOME_PLATFORM_CFLAGS) AC_SUBST(GNOME_PLATFORM_LIBS) +dnl Blacklist WebKitGTK+ 1.9.90. +if $PKG_CONFIG --exact-version "1.9.90" webkitgtk-3.0; then + AC_MSG_ERROR([ + + WebKitGTK+ 1.9.90 includes an unintentional API change + and is not usable with Evolution. Any other WebKitGTK+ + release >= webkitgtk_minimum_version should work. +]) +fi + PKG_CHECK_MODULES([EVOLUTION_DATA_SERVER], [camel-1.2 >= eds_minimum_version libebook-1.2 >= eds_minimum_version |