[pitivi] configure.ac: We require pygtk >= 2.14. Fixes #590195



commit 3c27f7e03f054720d748bbf951036912e6ca934a
Author: Edward Hervey <bilboed bilboed com>
Date:   Thu Jul 30 15:56:20 2009 +0200

    configure.ac: We require pygtk >= 2.14. Fixes #590195

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a5033dd..700d76d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ dnl
 dnl For a more exhaustive list of checks, you can have a look at
 dnl the runtime checks in pitivi/check.py
 
-AC_SUBST(PYGTK_REQ, 2.12.0)
+AC_SUBST(PYGTK_REQ, 2.14.0)
 AC_SUBST(PYGST_REQ, 0.10.15)
 AC_SUBST(GST_REQ, 0.10.23.1)
 AC_SUBST(GNONLIN_REQ, 0.10.11.1)



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