From ad334b38983b20b682af1b154506b555ba909594 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 31 Mar 2025 23:26:22 +0200 Subject: 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. --- cscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cscript') 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', -- cgit v1.2.3