aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2012-05-20 02:30:57 +0800
committerSjoerd Simons <sjoerd@luon.net>2012-05-20 02:30:57 +0800
commit001e077b3575d2525bb7354d78e0e25837db73e7 (patch)
tree9738d9921ff9ac83611beebd28a5a9c6f45325e1 /configure.ac
parent90bea18ba8c6b585f483aa902d66d08972d982dd (diff)
downloadgsoc2013-empathy-001e077b3575d2525bb7354d78e0e25837db73e7.tar
gsoc2013-empathy-001e077b3575d2525bb7354d78e0e25837db73e7.tar.gz
gsoc2013-empathy-001e077b3575d2525bb7354d78e0e25837db73e7.tar.bz2
gsoc2013-empathy-001e077b3575d2525bb7354d78e0e25837db73e7.tar.lz
gsoc2013-empathy-001e077b3575d2525bb7354d78e0e25837db73e7.tar.xz
gsoc2013-empathy-001e077b3575d2525bb7354d78e0e25837db73e7.tar.zst
gsoc2013-empathy-001e077b3575d2525bb7354d78e0e25837db73e7.zip
Call: Fix floating toolbar
Empathy needed to mark the toolbar actor as reactive otherwise it won't be reactive to events (doh)... And empathy needed to stop calling gdk_disable_multi_device().. Empathy used to do this because it has to be called before GTK+ is initialized and clutter-gtk only called after GTK+ was initialized by other function in empathy. Unfortunately since clutter-gtk 1.1.2 instead of ensuring event actually work with clutter-gtk calling this function will actually break event handle (great fun!).. Oh and also bump the clutter-gtk requirement to 1.1.2 to ensure we get the right behaviour for events.. https://bugzilla.gnome.org/show_bug.cgi?id=670874
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dc1e3f17c..b061db4a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,7 +49,7 @@ CLUTTER_REQUIRED=1.10.0
AC_DEFINE(CLUTTER_VERSION_MIN_REQUIRED, CLUTTER_VERSION_1_8, [Ignore post 1.8 deprecations])
AC_DEFINE(CLUTTER_VERSION_MAX_ALLOWED, CLUTTER_VERSION_1_10, [Prevent post 1.10 APIs])
-CLUTTER_GTK_REQUIRED=0.90.3
+CLUTTER_GTK_REQUIRED=1.1.2
CLUTTER_GST_REQUIRED=1.5.2
TELEPATHY_GLIB_REQUIRED=0.18.0