mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
Bump Meson requirement to 0.46
Which matches GStreamer core's (and soon the other modules).
This commit is contained in:
parent
b6593ed835
commit
14bf7c9990
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
project('All GStreamer modules', 'c',
|
||||
version : '1.15.0.1',
|
||||
meson_version : '>= 0.42.0',
|
||||
meson_version : '>= 0.46.0',
|
||||
default_options : ['buildtype=debugoptimized'])
|
||||
|
||||
gst_version = '>= @0@'.format(meson.project_version())
|
||||
|
|
Loading…
Reference in a new issue