changeset 5346:28ed4b116f37

mingw::lilypond also add tools::imagemagick, needed for icon. Fixes build.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Mon, 13 Jul 2009 11:19:29 +0200
parents 5259552f3453
children 8fc89313f622
files gub/specs/lilypond.py
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypond.py	Fri Jul 03 00:50:30 2009 +0200
+++ b/gub/specs/lilypond.py	Mon Jul 13 11:19:29 2009 +0200
@@ -255,7 +255,10 @@
                 + ' LDFLAGS="%(python_lib)s"'  % locals ())
 
     def _get_build_dependencies (self):
-        return LilyPond._get_build_dependencies (self) + ['tools::icoutils']
+        return LilyPond._get_build_dependencies (self) + [
+            'tools::imagemagick',
+            'tools::icoutils',
+            ]
 
     # ugh Python hack: C&P Cygwin
     def compile (self):