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:
George Kiagiadakis 2021-02-11 16:14:40 +02:00
parent 8bff0cc630
commit 6376bc6e4b

View file

@ -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',