diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-31 23:26:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-31 23:26:22 +0200 |
| commit | ad334b38983b20b682af1b154506b555ba909594 (patch) | |
| tree | 2c41e89c3202995b7b088345e7d792cc19855ad0 | |
| parent | a9ac2b561da76ed44e54b48f7683630af00e0c07 (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.
| -rw-r--r-- | cscript | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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', |
