mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +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_version = '>= @0@'.format(meson.project_version())
|
||||||
gst_branch = 'master'
|
gst_branch = 'master'
|
||||||
|
|
||||||
glib_req = '>= 2.40.0'
|
glib_req = '>= 2.44.0'
|
||||||
|
|
||||||
build_system = build_machine.system()
|
build_system = build_machine.system()
|
||||||
cc = meson.get_compiler('c')
|
cc = meson.get_compiler('c')
|
||||||
|
|
Loading…
Reference in a new issue