summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcah <cah@ableton.com>2021-09-07 11:55:00 +0200
committercah <cah@ableton.com>2021-09-07 11:55:00 +0200
commita1b38ee4b8f48aef1e2dd575ba4230b38bd19b04 (patch)
tree3b931e438e6e537d5bba6a481481f8f53506c818
parente8dfdecb638467d9d8dc59e1bbbedd772bfd4a85 (diff)
fixup! Support debian 11.
-rw-r--r--cscript15
1 files changed, 7 insertions, 8 deletions
diff --git a/cscript b/cscript
index 79aa64887..b42631764 100644
--- a/cscript
+++ b/cscript
@@ -187,20 +187,19 @@ deb_depends_gui['10'] = [ 'libwxgtk3.0-0v5',
'libpulse0' ]
deb_depends['11'] = copy.deepcopy(deb_depends_base)
-deb_depends['11'].extend(['libboost-filesystem1.67.0',
- 'libboost-thread1.67.0',
- 'libboost-regex1.67.0',
- 'libboost-date-time1.67.0',
+deb_depends['11'].extend(['libboost-filesystem1.74.0',
+ 'libboost-thread1.74.0',
+ 'libboost-regex1.74.0',
+ 'libboost-date-time1.74.0',
'libxml++2.6-2v5',
- 'libgtk2.0-0',
'libzip4',
'libcairomm-1.0-1v5',
'libpangomm-1.4-1v5',
- 'libicu63',
+ 'libicu67',
'libssh-4',
'libssh-gcrypt-4',
- 'libnettle6',
- 'libx264-155',
+ 'libnettle8',
+ 'libx264-160',
'libcurl4',
'libxerces-c3.2',
'libnanomsg5'])