mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +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
dc325b42f5
commit
6bd73861ca
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ project('All GStreamer modules', 'c',
|
|||
gst_version = '>= @0@'.format(meson.project_version())
|
||||
gst_branch = 'master'
|
||||
|
||||
glib_req = '>= 2.40.0'
|
||||
glib_req = '>= 2.44.0'
|
||||
|
||||
build_system = build_machine.system()
|
||||
cc = meson.get_compiler('c')
|
||||
|
|
Loading…
Reference in a new issue