mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +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. Should "fix" build on lucid/maverick build bots.
This commit is contained in:
parent
a6fd7c4675
commit
11b1f2721d
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ AC_PATH_PROG(VALGRIND_PATH, valgrind, no)
|
|||
AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno")
|
||||
|
||||
dnl check for gobject-introspection
|
||||
GOBJECT_INTROSPECTION_CHECK([0.6.3])
|
||||
GOBJECT_INTROSPECTION_CHECK([0.9.12])
|
||||
|
||||
dnl check for documentation tools
|
||||
GTK_DOC_CHECK([1.3])
|
||||
|
|
Loading…
Reference in a new issue