mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-09-12 04:22:02 +00:00
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:
parent
4c49b27e9f
commit
0efa9305eb
3 changed files with 9 additions and 16 deletions
|
@ -1,4 +1,4 @@
|
|||
project('scrcpy', 'c')
|
||||
project('scrcpy', 'c', meson_version: '>= 0.37')
|
||||
|
||||
if get_option('build_app')
|
||||
subdir('app')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue