[moserial/gnome-2-26] Fix gtk requirement



commit 96092f978974fcd84490b8dfcdf6f8396adb53ee
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Mon Jun 1 10:54:58 2009 -0400

    Fix gtk requirement
---
 NEWS         |    5 +++++
 configure.ac |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index b043059..a34735e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Version 2.27.3
+--------------
+
+	* The correct gtk requirement is 2.14.0
+
 Version 2.26.2
 --------------
 
diff --git a/configure.ac b/configure.ac
index 3fdf4cf..8a116e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_SUBST(CPPFLAGS)
 AC_SUBST(LDFLAGS)
 
 GLIB_REQUIRED=2.12.0
-GTK_REQUIRED=2.10.0
+GTK_REQUIRED=2.14.0
 
 PKG_CHECK_MODULES(MOSERIAL, glib-2.0 >= $GLIB_REQUIRED
 			    gobject-2.0 >= $GLIB_REQUIRED



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