mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 10:55:34 +00:00
meson: Bump minimal GLib version to 2.44
This means we can use some newer features and get rid of some boilerplate code using the G_DECLARE_* macros. As discussed on IRC, 2.44 is old enough by now to start depending on it.
This commit is contained in:
parent
2e59973cca
commit
8e948f9e14
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ dnl *** checks for library functions ***
|
|||
dnl *** checks for dependancy libraries ***
|
||||
|
||||
dnl GLib is required
|
||||
GLIB_REQ=2.40.0
|
||||
GLIB_REQ=2.44.0
|
||||
AC_SUBST([GLIB_REQ])
|
||||
AG_GST_GLIB_CHECK([$GLIB_REQ])
|
||||
|
||||
|
|
Loading…
Reference in a new issue