summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-30 20:03:31 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-30 20:03:31 +0100
commit1ca0998a3c56aa4f9a8fd59cd284f29f5088f121 (patch)
tree9b6e104cc6ab28a6ff306434c3663c2948e81ad6 /cscript
parent1f0584be4a460b4ec0fb978e3ff69410a13d79be (diff)
Another apparently-missing Debian 7 dep.
Diffstat (limited to 'cscript')
-rw-r--r--cscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/cscript b/cscript
index 1c96eddae..c704a6151 100644
--- a/cscript
+++ b/cscript
@@ -77,7 +77,8 @@ deb_depends['7'].extend(['libboost-filesystem1.49.0',
'libcairomm-1.0-1',
'libpangomm-1.4-1',
'libicu48',
- 'libnettle4'])
+ 'libnettle4',
+ 'libnotify4'])
deb_depends['8'] = copy.deepcopy(deb_depends_base)
deb_depends['8'].extend(['libboost-filesystem1.55.0',