Add some missing Ubuntu 23.04 dependencies. v2.16.55
authorCarl Hetherington <cth@carlh.net>
Fri, 21 Apr 2023 22:53:44 +0000 (00:53 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 21 Apr 2023 22:53:44 +0000 (00:53 +0200)
cscript

diff --git a/cscript b/cscript
index 61c1e03b2aa53110bc76f5b4e49a419b169a6eb1..c3bfeda0472207842e08f0824a4f7e0bad11357d 100644 (file)
--- 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',