From edb4866671e897bfe4283994afc776c9904b79b1 Mon Sep 17 00:00:00 2001 From: Keith Bowes Date: Tue, 21 Jul 2020 13:49:13 -0400 Subject: [PATCH] Indicate Meson version --- gtk/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/meson.build b/gtk/meson.build index f4cbf9fa..aedd89b4 100644 --- a/gtk/meson.build +++ b/gtk/meson.build @@ -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']