[rhythmbox] Require a new enough pygobject for GIO functions



commit 5578742367e1dc2a5774054164ae2f336dfe6e3f
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Dec 10 16:16:56 2009 +0000

    Require a new enough pygobject for GIO functions
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604186

 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 65b28fb..991b699 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,6 +44,7 @@ AVAHI_REQS=0.6
 LIBSOUP_REQS=2.26.0
 GUDEV_REQS=143
 LIBMTP_REQS=0.3.0
+PYGOBJECT_REQUIRED=2.15.4
 
 AC_MSG_CHECKING([for GNU extension fwrite_unlocked])
 AC_LINK_IFELSE(
@@ -681,7 +682,8 @@ if test "x$have_python" != "xno"; then
 
 	PKG_CHECK_MODULES([PYGTK], [
 		pygtk-2.0 >= $PYGTK_REQUIRED] \
-		gst-python-0.10 >= $GST_PYTHON_REQUIRED,
+		gst-python-0.10 >= $GST_PYTHON_REQUIRED
+		pygobject-2.0 >= $PYGOBJECT_REQUIRED,
 		[],
 		[
 		have_python=no



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