From b759ebbf191f456612e872310435464ff67bccf4 Mon Sep 17 00:00:00 2001 From: BearOso Date: Thu, 24 Mar 2022 16:37:35 -0500 Subject: [PATCH] Gtk: Lower meson required version. --- gtk/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/meson.build b/gtk/meson.build index f4b6e1ee..39d79d41 100644 --- a/gtk/meson.build +++ b/gtk/meson.build @@ -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'])