mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-03 11:28:01 +02:00
Revert "meson: relax meson version dependency when building with system lua"
meson can't find project options before executing the project() command :(
This reverts commit 8bff0cc630.
This commit is contained in:
parent
8bff0cc630
commit
6376bc6e4b
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
|||
project('wireplumber', ['c'],
|
||||
version : '0.3.60',
|
||||
license : 'MIT',
|
||||
# we need 0.54 only to set default_library=static in the lua subproject
|
||||
meson_version : get_option('system-lua') ? '>= 0.51.0' : '>= 0.54.0',
|
||||
meson_version : '>= 0.54.0',
|
||||
default_options : [
|
||||
'warning_level=1',
|
||||
'buildtype=debugoptimized',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue