From 0d554588392772b81b1ea013ce870ceb8eec192b Mon Sep 17 00:00:00 2001
From: Ryan Lucia <ryan@luciaonline.net>
Date: Sun, 8 Nov 2020 13:04:16 -0500
Subject: [PATCH] meson: allow wx fallback on all platforms

---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 01df6a50f..f32659344 100644
--- a/meson.build
+++ b/meson.build
@@ -102,7 +102,7 @@ endif
 deps += dependency('zlib')
 
 wx_dep = dependency('wxWidgets', version: '>=3.0.0',
-                    required: cxx.get_id() != 'msvc',
+                    required: false,
                     modules: ['std', 'stc', 'gl'])
 
 if wx_dep.found()
-- 
GitLab