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

meson: relax meson version dependency when building with system lua

parent a0fb8872
Branches
Tags
No related merge requests found
project('wireplumber', ['c'],
version : '0.3.60',
license : 'MIT',
meson_version : '>= 0.54.0',
# 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',
default_options : [
'warning_level=1',
'buildtype=debugoptimized',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment