Skip to content
Snippets Groups Projects
Commit 61e93944 authored by Tim-Philipp Müller's avatar Tim-Philipp Müller :tropical_fish:
Browse files

configure: bump (soft) gst-validate requirement

Won't build against all older git versions with
0.0.1.0 as version number.
parent 79322a45
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ PKG_CHECK_MODULES(PYGOBJECT, pygobject-3.0 >= $PYGOBJECT_REQ,
AM_CONDITIONAL(WITH_PYTHON, [test "x$HAVE_PYGOBJECT" = "xyes"])
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
AC_DEFINE(HAVE_GST_VALIDATE, 1, [Define if build with gst-validate support])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment