mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-09-06 17:46:49 +00:00
Require Meson 0.48 to get rid of warnings
Debian buster (stable) provides Meson 0.49, which is also available in
stretch (oldstable) backports. It's time to abandon Meson 0.37.
Ref: 20b3f101a4
This commit is contained in:
parent
270d0bf639
commit
eb8f7a1f28
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
project('scrcpy', 'c',
|
||||
version: '1.12.1',
|
||||
meson_version: '>= 0.37',
|
||||
meson_version: '>= 0.48',
|
||||
default_options: [
|
||||
'c_std=c11',
|
||||
'warning_level=2',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue