diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-30 20:03:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-30 20:03:31 +0100 |
| commit | 1ca0998a3c56aa4f9a8fd59cd284f29f5088f121 (patch) | |
| tree | 9b6e104cc6ab28a6ff306434c3663c2948e81ad6 /cscript | |
| parent | 1f0584be4a460b4ec0fb978e3ff69410a13d79be (diff) | |
Another apparently-missing Debian 7 dep.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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', |
