mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
configure: require pygst from git for the headers
This commit is contained in:
parent
fe9cc61252
commit
f68d370b17
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue