[nautilus-python] Require pygobject-2.0 since 2.16 (for gio methods)
- From: Adam Plumb <adamplumb src gnome org>
 
- To: svn-commits-list gnome org
 
- Cc: 
 
- Subject: [nautilus-python] Require pygobject-2.0 since 2.16 (for gio methods)
 
- Date: Fri, 15 Jan 2010 16:39:16 +0000 (UTC)
 
commit c59df1638803170ccf74a41655d4ec49808171fe
Author: Adam Plumb <adamplumb gmail com>
Date:   Fri Jan 15 11:39:01 2010 -0500
    Require pygobject-2.0 since 2.16 (for gio methods)
 configure.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.in b/configure.in
index 56152d4..57b9d20 100644
--- a/configure.in
+++ b/configure.in
@@ -13,6 +13,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I .")
 
 NAUTILUS_REQUIRED=2.22.0
 PYGTK_REQUIRED=2.8.0
+PYGOBJECT_REQUIRED=2.16.0
 GNOME_PYTHON_REQUIRED=2.12.0
 
 AC_PROG_CC
@@ -38,6 +39,7 @@ AM_CHECK_PYTHON_LIBS(,[AC_MSG_ERROR(could not find Python lib)])
 
 
 PKG_CHECK_MODULES(NAUTILUS_PYTHON, [pygtk-2.0 >= $PYGTK_REQUIRED
+                                   pygobject-2.0 >= $PYGOBJECT_REQUIRED
                                    gnome-python-2.0 >= $GNOME_PYTHON_REQUIRED
                                    libnautilus-extension >= $NAUTILUS_REQUIRED])
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]