From 3ea062ba698f1b25a31a96c88e492d9f6096d14a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 22 Apr 2023 00:53:44 +0200 Subject: [PATCH] Add some missing Ubuntu 23.04 dependencies. --- cscript | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cscript b/cscript index 61c1e03b2..c3bfeda04 100644 --- a/cscript +++ b/cscript @@ -176,7 +176,9 @@ deb_depends['23.04'].extend(['libboost-filesystem1.74.0', 'libcurl4', 'libpulse0', 'libxerces-c3.2', - 'libnanomsg5']) + 'libnanomsg5', + 'libwxgtk3.2-1', + 'libwxgtk-gl3.2-1']) deb_depends['9'] = copy.deepcopy(deb_depends_base) deb_depends['9'].extend(['libboost-filesystem1.62.0', -- 2.30.2