Gtk: Lower meson required version.

This commit is contained in:
BearOso 2022-03-24 16:37:35 -05:00
parent 8b0cc9ae52
commit b759ebbf19
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
project('snes9x-gtk',
['c', 'cpp'],
version: '1.61',
meson_version: '>=0.60.0',
meson_version: '>=0.56.2',
subproject_dir: 'external',
default_options: ['cpp_std=c++17'])