diff options
author | Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> | 2009-10-09 22:52:24 +0800 |
---|---|---|
committer | Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> | 2009-10-10 01:03:01 +0800 |
commit | 52192715c5ea4dddd6bd42b8874fbb28412606ee (patch) | |
tree | 9e6f2891c1a2c80c16a7bf387ecdc57a5554ccea /configure.ac | |
parent | ec9d9d8779bd3e8a18fdd210bc0d317dc120f91e (diff) | |
download | gsoc2013-empathy-52192715c5ea4dddd6bd42b8874fbb28412606ee.tar gsoc2013-empathy-52192715c5ea4dddd6bd42b8874fbb28412606ee.tar.gz gsoc2013-empathy-52192715c5ea4dddd6bd42b8874fbb28412606ee.tar.bz2 gsoc2013-empathy-52192715c5ea4dddd6bd42b8874fbb28412606ee.tar.lz gsoc2013-empathy-52192715c5ea4dddd6bd42b8874fbb28412606ee.tar.xz gsoc2013-empathy-52192715c5ea4dddd6bd42b8874fbb28412606ee.tar.zst gsoc2013-empathy-52192715c5ea4dddd6bd42b8874fbb28412606ee.zip |
Refactor context menu code to use new HitTestResult API
This is a big cleanup of the context menu code. The current API in
WebKit is still not perfect, but we are now able to avoid lots of
hacks and work-arounds.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 709dd090c..f98d937ce 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ LIBCHAMPLAIN_REQUIRED=0.4 LIBCHAMPLAIN_GTK_REQUIRED=0.4 CLUTTER_GTK_REQUIRED=0.10 GEOCLUE_REQUIRED=0.11 -WEBKIT_REQUIRED=1.1.7 +WEBKIT_REQUIRED=1.1.15 KEYRING_REQUIRED=2.22 NETWORK_MANAGER_REQUIRED=0.7.0 NAUTILUS_SENDTO_REQUIRED=2.28.0.1 |