summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-05-25 21:03:42 +0200
committerCarl Hetherington <cth@carlh.net>2022-05-25 21:03:42 +0200
commit41c356903f013460c6ebda55b9f609b397338465 (patch)
treeb4246e90194a967ebe623bc62e2c6f8ca9ae927e
parent29b1749d705032a4c15f41c586bb7ad4bb734825 (diff)
Fix Ubuntu 22.04 dependencies.
-rw-r--r--cscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/cscript b/cscript
index 884236511..7a1883d26 100644
--- a/cscript
+++ b/cscript
@@ -129,15 +129,15 @@ deb_depends['22.04'].extend(['libboost-filesystem1.74.0',
'libpangomm-1.4-1v5',
'libxml++2.6-2v5',
'libzip4',
- 'libicu67',
+ 'libicu70',
'libnettle8',
'libssh-4',
- 'libx264-160',
+ 'libx264-163',
'libcurl4',
'libpulse0',
'libxerces-c3.2',
'libnanomsg5',
- 'libdav1d4'])
+ 'libdav1d5'])
deb_depends['9'] = copy.deepcopy(deb_depends_base)
deb_depends['9'].extend(['libboost-filesystem1.62.0',