Indicate Meson version

This commit is contained in:
Keith Bowes 2020-07-21 13:49:13 -04:00
parent 5c0aabacbe
commit edb4866671

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']