Merge pull request #648 from keithbowes/indicate-meson-version

Indicate required Meson version
This commit is contained in:
bearoso 2020-07-21 14:12:03 -05:00 committed by GitHub
commit ffca428bb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
project('snes9x-gtk',
['c', 'cpp'],
version: '1.60',
meson_version: '>=0.46.0',
default_options: ['cpp_std=c++14'])
args = ['-DSNES9X_GTK', '-DUNZIP_SUPPORT', '-DNETPLAY_SUPPORT', '-DJMA_SUPPORT', '-Wall', '-W', '-Wno-unused-parameter']