mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
Bump Glib dependency to 2.34
We use new APIs (g_list_copy_deep) that appeared in GLib 2.34
This commit is contained in:
parent
85663a840e
commit
6eb98da46f
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ dnl *** checks for headers ***
|
|||
dnl *** checks for dependency libraries ***
|
||||
|
||||
dnl GLib is required
|
||||
AG_GST_GLIB_CHECK([2.31.14])
|
||||
AG_GST_GLIB_CHECK([2.34.0])
|
||||
|
||||
PKG_CHECK_MODULES(GIO, gio-2.0 >= 2.16, HAVE_GIO=yes, HAVE_GIO=no)
|
||||
AC_SUBST(GIO_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue