summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorcah <cah@ableton.com>2021-09-07 00:45:59 +0200
committercah <cah@ableton.com>2021-09-07 01:29:37 +0200
commit96a900a49f92f0e6be3f52df1f86dd8831e49be0 (patch)
tree904f1faabd104b0efe59c7b632e463b14bf6534e /cscript
parent89b5a8f65aadc80a5ffc16b99c25eb9afd40c6f7 (diff)
Support debian 11.
Diffstat (limited to 'cscript')
-rw-r--r--cscript25
1 files changed, 25 insertions, 0 deletions
diff --git a/cscript b/cscript
index e0ad5ed95..a44614557 100644
--- a/cscript
+++ b/cscript
@@ -184,6 +184,31 @@ deb_depends_gui['10'] = [ 'libwxgtk3.0-0v5',
'libasound2',
'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',
+ 'libxml++2.6-2v5',
+ 'libgtk2.0-0',
+ 'libzip4',
+ 'libcairomm-1.0-1v5',
+ 'libpangomm-1.4-1v5',
+ 'libicu63',
+ 'libssh-4',
+ 'libssh-gcrypt-4',
+ 'libnettle6',
+ 'libx264-155',
+ 'libcurl4',
+ 'libxerces-c3.2',
+ 'libnanomsg5'])
+
+deb_depends_gui['11'] = [ 'libwxgtk3.0-0v5',
+ 'libxcb-xfixes0',
+ 'libxcb-shape0',
+ 'libasound2',
+ 'libpulse0' ]
+
deb_depends['unstable'] = copy.deepcopy(deb_depends_base)
deb_depends['unstable'].extend(['libboost-filesystem1.67.0',
'libboost-thread1.67.0',