From: Carl Hetherington Date: Fri, 21 Apr 2023 22:53:44 +0000 (+0200) Subject: Add some missing Ubuntu 23.04 dependencies. X-Git-Tag: v2.16.55 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=3ea062ba698f1b25a31a96c88e492d9f6096d14a Add some missing Ubuntu 23.04 dependencies. --- 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',