Skip to content
Snippets Groups Projects
Commit 6376bc6e authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

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 8bff0cc6.
parent 8bff0cc6
No related branches found
No related tags found
No related merge requests found
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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment