mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-07 04:11:26 +00:00
Require gobject-introspection >= 1.31.1
Same as core.
This commit is contained in:
parent
6bec783380
commit
cab753cf7b
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,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.9.12])
|
GOBJECT_INTROSPECTION_CHECK([1.31.1])
|
||||||
|
|
||||||
dnl check for documentation tools
|
dnl check for documentation tools
|
||||||
GTK_DOC_CHECK([1.3])
|
GTK_DOC_CHECK([1.3])
|
||||||
|
|
Loading…
Reference in a new issue