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:
Romain Vimont 2018-02-14 13:37:01 +01:00
commit 0efa9305eb
3 changed files with 9 additions and 16 deletions

View file

@ -1,4 +1,4 @@
project('scrcpy', 'c')
project('scrcpy', 'c', meson_version: '>= 0.37')
if get_option('build_app')
subdir('app')