mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
configure: bump (soft) gst-validate requirement
Won't build against all older git versions with 0.0.1.0 as version number.
This commit is contained in:
parent
79322a452d
commit
61e93944c7
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ PKG_CHECK_MODULES(PYGOBJECT, pygobject-3.0 >= $PYGOBJECT_REQ,
|
||||||
AM_CONDITIONAL(WITH_PYTHON, [test "x$HAVE_PYGOBJECT" = "xyes"])
|
AM_CONDITIONAL(WITH_PYTHON, [test "x$HAVE_PYGOBJECT" = "xyes"])
|
||||||
|
|
||||||
dnl check for pygobject
|
dnl check for pygobject
|
||||||
PKG_CHECK_MODULES(GST_VALIDATE, gst-validate-1.0 >= 0.0.1.0,
|
PKG_CHECK_MODULES(GST_VALIDATE, gst-validate-1.0 >= 1.0.0.0,
|
||||||
[
|
[
|
||||||
HAVE_GST_VALIDATE=yes
|
HAVE_GST_VALIDATE=yes
|
||||||
AC_DEFINE(HAVE_GST_VALIDATE, 1, [Define if build with gst-validate support])
|
AC_DEFINE(HAVE_GST_VALIDATE, 1, [Define if build with gst-validate support])
|
||||||
|
|
Loading…
Reference in a new issue