[gnome-contacts: 28/35] egg-list-box: Bump the GTK+ required version due to gtk-a11y.h



commit 3728aeb7210244ae4d77eafe2ddc6d961730f36e
Author: Emanuele Aina <emanuele aina collabora com>
Date:   Sun Feb 10 12:59:41 2013 +0100

    egg-list-box: Bump the GTK+ required version due to gtk-a11y.h
    
    The accessible implementation in 7c64979439 includes the gtk/gtk-a11y.h
    header which is only available since GTK+ 3.7.6.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693521

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ffa86b1..9dfc245 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ AC_PROG_CC
 AM_PROG_VALAC([0.16.0])
 AC_PROG_INSTALL
 
-pkg_modules="gtk+-3.0 >= 3.4.0
+pkg_modules="gtk+-3.0 >= 3.7.6
             glib-2.0 >= 2.31.10"
 PKG_CHECK_MODULES(LISTBOX, [$pkg_modules])
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]