[anjuta] devhelp plugin: Support webkit2gtk-4.0
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] devhelp plugin: Support webkit2gtk-4.0
- Date: Sun, 24 Aug 2014 20:35:42 +0000 (UTC)
commit 052856923116439092565cc2953f61003c0eedc5
Author: Kalev Lember <kalevlember gmail com>
Date: Fri Aug 22 23:10:59 2014 +0200
devhelp plugin: Support webkit2gtk-4.0
API changes between webkit2gtk-3.0 and webkit2gtk-4.0 were minor and we
can support both, depending on which one devhelp is built with.
https://bugzilla.gnome.org/show_bug.cgi?id=735251
configure.ac | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 619f126..ec0a0fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -237,6 +237,9 @@ if test "x$devhelp_enabled" = "xyes"; then
*webkit2gtk-3.0*)
AC_DEFINE([HAVE_WEBKIT2], [1], [Defined if devhelp is built against webkitgtk2])
;;
+ *webkit2gtk-4.0*)
+ AC_DEFINE([HAVE_WEBKIT2], [1], [Defined if devhelp is built against webkitgtk2])
+ ;;
esac
fi
AM_CONDITIONAL(HAVE_PLUGIN_DEVHELP, [test x$devhelp_enabled = xyes])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]