[egg-list-box] Depend on Vala 0.16.1



commit 99d9f29f66fb774bb0a618f76281a903ab2f6bdf
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Jun 14 09:29:18 2012 +0200

    Depend on Vala 0.16.1
    
    We are using vfunc accessors for Widget.get_preferred_height/width which have
    been added to this version.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678072

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3eae7dc..9a23ea9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_CONFIG_FILES([Makefile
 
 LT_INIT
 AC_PROG_CC
-AM_PROG_VALAC([0.16.0])
+AM_PROG_VALAC([0.16.1])
 AC_PROG_INSTALL
 
 pkg_modules="gtk+-3.0 >= 3.4.0



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