changeset 5191:402c5009ecd3

LilyPond depends on icoutils for the build, not just in the installer phase. Fixes clean mingw build.
author Han-Wen Nienhuys <hanwen@lilypond.org>
date Thu, 26 Feb 2009 22:39:22 -0300
parents 0746ac0fecf5
children 97bf475de38d
files gub/specs/lilypond.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypond.py	Fri Feb 20 15:01:20 2009 +0100
+++ b/gub/specs/lilypond.py	Thu Feb 26 22:39:22 2009 -0300
@@ -255,6 +255,10 @@
         python_lib = '%(system_prefix)s/bin/libpython*.dll'
         return (LilyPond.makeflags (self)
                 + ' LDFLAGS="%(python_lib)s"'  % locals ())
+
+    def _get_build_dependencies (self):
+        return LilyPond._get_build_dependencies (self) + ['tools::icoutils']
+
     # ugh Python hack: C&P Cygwin
     def compile (self):
         # Because of relocation script, python must be built before scripts