[empathy] depends on Gtk+ 3.9.4
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] depends on Gtk+ 3.9.4
- Date: Thu, 5 Sep 2013 07:10:12 +0000 (UTC)
commit 1c2c4983ab5a54b87c8e028202318505c8d0eed1
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Thu Aug 29 11:49:48 2013 +0200
depends on Gtk+ 3.9.4
Needed for GtkListBox.
https://bugzilla.gnome.org/show_bug.cgi?id=706988
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0fbd107..5f05c3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,9 +41,9 @@ GLIB_REQUIRED=2.37.6
AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_30, [Ignore post 2.30 deprecations])
AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_38, [Prevent post 2.38 APIs])
-GTK_REQUIRED=3.5.1
+GTK_REQUIRED=3.9.4
AC_DEFINE(GDK_VERSION_MIN_REQUIRED, GDK_VERSION_3_4, [Ignore post 3.4 deprecations])
-AC_DEFINE(GDK_VERSION_MAX_ALLOWED, GDK_VERSION_3_4, [Prevent post 3.4 APIs])
+AC_DEFINE(GDK_VERSION_MAX_ALLOWED, GDK_VERSION_3_10, [Prevent post 3.10 APIs])
CLUTTER_REQUIRED=1.10.0
AC_DEFINE(CLUTTER_VERSION_MIN_REQUIRED, CLUTTER_VERSION_1_8, [Ignore post 1.8 deprecations])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]