projects
/
platform
/
upstream
/
gst-editing-services.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe9cc61
)
configure: require pygst from git for the headers
author
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Wed, 12 Oct 2011 11:32:16 +0000
(12:32 +0100)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Wed, 12 Oct 2011 11:32:16 +0000
(12:32 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
38abdfb
..
857a959
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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