mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
configure: fail if pygobject is not found
https://bugzilla.gnome.org/show_bug.cgi?id=706853
This commit is contained in:
parent
9d1666ad07
commit
20860bc633
1 changed files with 1 additions and 5 deletions
|
@ -103,11 +103,7 @@ AC_SUBST(GST_CFLAGS)
|
||||||
AC_SUBST(GST_LIBS)
|
AC_SUBST(GST_LIBS)
|
||||||
|
|
||||||
dnl check for pygobject
|
dnl check for pygobject
|
||||||
PKG_CHECK_MODULES(PYGOBJECT, pygobject-3.0 >= $PYGOBJECT_REQ,
|
PKG_CHECK_MODULES(PYGOBJECT, pygobject-3.0 >= $PYGOBJECT_REQ)
|
||||||
[
|
|
||||||
HAVE_PYGOBJECT="yes"
|
|
||||||
], HAVE_PYGOBJECT="no")
|
|
||||||
|
|
||||||
AC_SUBST(PYGOBJECT_CFLAGS)
|
AC_SUBST(PYGOBJECT_CFLAGS)
|
||||||
|
|
||||||
dnl and set the override directory
|
dnl and set the override directory
|
||||||
|
|
Loading…
Reference in a new issue