configure: require pygst from git for the headers
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 12 Oct 2011 11:32:16 +0000 (12:32 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 12 Oct 2011 11:32:16 +0000 (12:32 +0100)
configure.ac

index 38abdfb..857a959 100644 (file)
@@ -146,7 +146,8 @@ PKG_CHECK_MODULES(PYGOBJECT, pygobject-2.0 >= $PYGOBJECT_REQ,
 AC_SUBST(PYGOBJECT_CFLAGS)
 
 dnl check for gst-python
-PKG_CHECK_MODULES(PYGST, gst-python-0.10,
+PYGST_REQ=0.10.21.1
+PKG_CHECK_MODULES(PYGST, gst-python-0.10 >= $PYGST_REQ,
   [HAVE_PYGST="yes"], [HAVE_PYGST="no"])
 
 if test "x$HAVE_PYGST" = "xyes"; then