summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-18 08:55:57 +0100
committerCarl Hetherington <cth@carlh.net>2025-11-18 08:55:57 +0100
commit746d8c703987f9d8398977bc730608d2742b151b (patch)
tree8d74bd644149548f666bf6c89382054c2f67e0e7 /cscript
parentcd6a17064547ee699d110981a8cf70eeb6129d77 (diff)
Add libcap2-bin to build depends for setcap.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index acc3bf155..3a28abcf6 100644
--- a/cscript
+++ b/cscript
@@ -42,7 +42,7 @@ def debian_name(variant):
deb_build_depends = dict()
-deb_build_depends_base = ['debhelper', 'g++', 'pkg-config', 'libsndfile1-dev', 'libx264-dev']
+deb_build_depends_base = ['debhelper', 'g++', 'pkg-config', 'libsndfile1-dev', 'libx264-dev', 'libcap2-bin']
for v in ['16.04', '18.04', '20.04']:
deb_build_depends[v] = copy.deepcopy(deb_build_depends_base)