summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-31 23:26:22 +0200
committerCarl Hetherington <cth@carlh.net>2025-03-31 23:26:22 +0200
commitad334b38983b20b682af1b154506b555ba909594 (patch)
tree2c41e89c3202995b7b088345e7d792cc19855ad0 /cscript
parenta9ac2b561da76ed44e54b48f7683630af00e0c07 (diff)
Fix missing Debian dependency.
No-one ever mentioned this before so I guess it's usually installed, but the ISO doesn't get it without this.
Diffstat (limited to 'cscript')
-rw-r--r--cscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/cscript b/cscript
index d3beaf92b..d913bb3dc 100644
--- a/cscript
+++ b/cscript
@@ -204,7 +204,8 @@ deb_depends['12'].extend(['libboost-filesystem1.74.0',
'libcurl4',
'libxerces-c3.2',
'libnanomsg5',
- 'libfmt9'])
+ 'libfmt9',
+ 'libsqlite3-0'])
deb_depends_gui['12'] = [ 'libxcb-xfixes0',
'libxcb-shape0',