mirror of https://github.com/snes9xgit/snes9x.git
Gtk: Lower meson required version.
This commit is contained in:
parent
8b0cc9ae52
commit
b759ebbf19
|
@ -1,7 +1,7 @@
|
||||||
project('snes9x-gtk',
|
project('snes9x-gtk',
|
||||||
['c', 'cpp'],
|
['c', 'cpp'],
|
||||||
version: '1.61',
|
version: '1.61',
|
||||||
meson_version: '>=0.60.0',
|
meson_version: '>=0.56.2',
|
||||||
subproject_dir: 'external',
|
subproject_dir: 'external',
|
||||||
default_options: ['cpp_std=c++17'])
|
default_options: ['cpp_std=c++17'])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue