[moserial] Fix the gtk library requirement
- From: Michael J. Chudobiak <mjc src gnome org>
- To: svn-commits-list gnome org
- Subject: [moserial] Fix the gtk library requirement
- Date: Mon, 1 Jun 2009 10:43:04 -0400 (EDT)
commit 17595530035e4502e489eb893e8c3781de07d4ac
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date: Mon Jun 1 10:42:46 2009 -0400
Fix the gtk library requirement
---
NEWS | 1 +
configure.ac | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS
index 1232b38..626987c 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ Version 2.27.2
* Fixed a typo in the 921600 baud rate
* Added 1M and 2M baud rates, suitable for the Arduino board
+ * The correct gtk requirement is 2.14.0
Updated translations:
- French (fr)
diff --git a/configure.ac b/configure.ac
index 4cc2984..a481dd9 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]