mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
configure: Require GLib >= 2.24
All other modules require this already and nobody is testing with older versions anyway.
This commit is contained in:
parent
8aebe194aa
commit
e94186241b
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ AC_CHECK_TYPE([struct ip_mreqn], [
|
|||
dnl *** checks for dependency libraries ***
|
||||
|
||||
dnl GLib is required
|
||||
AG_GST_GLIB_CHECK([2.20])
|
||||
AG_GST_GLIB_CHECK([2.24])
|
||||
PKG_CHECK_MODULES(GIO, [ gio-2.0 >= 2.20 ], , AC_MSG_ERROR([gio is required]))
|
||||
|
||||
dnl Orc
|
||||
|
|
Loading…
Reference in a new issue