projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9ac2b5
)
Fix missing Debian dependency.
author
Carl Hetherington
<cth@carlh.net>
Mon, 31 Mar 2025 21:26:22 +0000
(23:26 +0200)
committer
Carl 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
patch
|
blob
|
history
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',