mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +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 *** checks for dependency libraries ***
|
||||||
|
|
||||||
dnl GLib is required
|
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]))
|
PKG_CHECK_MODULES(GIO, [ gio-2.0 >= 2.20 ], , AC_MSG_ERROR([gio is required]))
|
||||||
|
|
||||||
dnl Orc
|
dnl Orc
|
||||||
|
|
Loading…
Reference in a new issue