Merge pull request #648 from keithbowes/indicate-meson-version
Indicate required Meson version
This commit is contained in:
commit
ffca428bb3
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user