[gnome-dvb-daemon] Check version of pygobject-3.0 instead of pygobject-2.0



commit 181eb1c871457be16713122c208ccb4680a39d43
Author: Sebastian PÃlsterl <sebp k-d-w org>
Date:   Sun Sep 11 12:13:35 2011 +0200

    Check version of pygobject-3.0 instead of pygobject-2.0

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9dd0a31..28a10be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,7 +135,7 @@ AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
 AC_SUBST(PYTHONDIR)
 
 PYGOBJECT_REQUIRED=2.90.1
-PKG_CHECK_MODULES(PYGOBJECT, pygobject-2.0 >= $PYGOBJECT_REQUIRED)
+PKG_CHECK_MODULES(PYGOBJECT, pygobject-3.0 >= $PYGOBJECT_REQUIRED)
 
 dnl ******************
 dnl * Python modules



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