Require Meson 0.37
Older versions of Meson are too limited, and it's simple to install a
newer version ("pip3 install meson").
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
project('scrcpy', 'c')
|
||||
project('scrcpy', 'c', meson_version: '>= 0.37')
|
||||
|
||||
if get_option('build_app')
|
||||
subdir('app')
|
||||
|
||||
Reference in New Issue
Block a user