Fix missing Debian dependency.
authorCarl Hetherington <cth@carlh.net>
Mon, 31 Mar 2025 21:26:22 +0000 (23:26 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 31 Mar 2025 21:26:22 +0000 (23:26 +0200)
No-one ever mentioned this before so I guess it's usually installed, but
the ISO doesn't get it without this.

cscript

diff --git a/cscript b/cscript
index d3beaf92bcb512e40f9bdddb5d6ca95e393651c2..d913bb3dc1641e7d0e9eaaf87190de388481ab03 100644 (file)
--- 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',