summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-04-22 00:53:44 +0200
committerCarl Hetherington <cth@carlh.net>2023-04-22 00:53:44 +0200
commit3ea062ba698f1b25a31a96c88e492d9f6096d14a (patch)
treee18f3d4ec197a40ae9c155d21d2cd8626b78907c
parent41756369ee237002df51b1313e3628a398d09bea (diff)
Add some missing Ubuntu 23.04 dependencies.v2.16.55
-rw-r--r--cscript4
1 files changed, 3 insertions, 1 deletions
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',