mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +00:00
configure: require gobject-introspection >= 0.9.12
Earlier versions don't honour the -L/--library-path option, which we need. See commit 4d0ccdad in gobject-introspection git.
This commit is contained in:
parent
d4407efd66
commit
3a59d416af
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ AC_PATH_PROG(VALGRIND_PATH, valgrind, no)
|
||||||
AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno")
|
AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno")
|
||||||
|
|
||||||
dnl check for gobject-introspection
|
dnl check for gobject-introspection
|
||||||
GOBJECT_INTROSPECTION_CHECK([0.6.3])
|
GOBJECT_INTROSPECTION_CHECK([0.9.12])
|
||||||
|
|
||||||
dnl check for documentation tools
|
dnl check for documentation tools
|
||||||
AG_GST_DOCBOOK_CHECK
|
AG_GST_DOCBOOK_CHECK
|
||||||
|
|
Loading…
Reference in a new issue