mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
meson.build: fix meson version warning
Features are used from 0.44 but min version is specified as 0.42. Bump min version to 0.44. Signed-off-by: Matt Porter <mporter@konsulko.com>
This commit is contained in:
parent
a42c517682
commit
b71f2dd716
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
project('pipewire', ['c' ],
|
project('pipewire', ['c' ],
|
||||||
version : '0.2.9',
|
version : '0.2.9',
|
||||||
license : 'MIT',
|
license : 'MIT',
|
||||||
meson_version : '>= 0.42.0',
|
meson_version : '>= 0.44.0',
|
||||||
default_options : [ 'warning_level=1',
|
default_options : [ 'warning_level=1',
|
||||||
'c_std=gnu99',
|
'c_std=gnu99',
|
||||||
'buildtype=debugoptimized' ])
|
'buildtype=debugoptimized' ])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue