mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson: decrease minimum required meson version to 0.54.0
To generate a correct jack pkg-config file unescape_variable is required which was introduced with Meson 0.59.0. When using an older version a warning is printed that no jack.pc file is generated.
This commit is contained in:
parent
dd12910769
commit
8028f9dd6e
2 changed files with 18 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
project('pipewire', ['c' ],
|
||||
version : '0.3.33',
|
||||
license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ],
|
||||
meson_version : '>= 0.59.0',
|
||||
meson_version : '>= 0.54.0',
|
||||
default_options : [ 'warning_level=3',
|
||||
'c_std=gnu99',
|
||||
'b_pie=true',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue