changeset 6189:004832ab02c1

Bugfix: odcctools depends on automake.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Sat, 25 Aug 2012 20:15:42 +0200
parents f9623016a78c
children 40456bb74574
files gub/specs/darwin/odcctools.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/darwin/odcctools.py	Sat Aug 25 18:50:51 2012 +0200
+++ b/gub/specs/darwin/odcctools.py	Sat Aug 25 20:15:42 2012 +0200
@@ -12,7 +12,7 @@
     source = 'http://lilypond.org/download/gub-sources/odcctools-iphone-dev-278.tar.gz'
     patches = ['odcctools-r211-word.patch',
                'odcctools-config-Wno-long-double.patch']
-    dependencies = ['darwin-sdk', 'tools::flex']
+    dependencies = ['darwin-sdk', 'tools::flex', 'tools::automake']
     def __init__ (self, settings, source):
         cross.AutoBuild.__init__ (self, settings, source)
         if 'x86_64-linux' in self.settings.build_architecture: