changeset 6244:bee56a2a570a

Fix lilypad dependency Building of lilypad requires the aclocal command contained in an automake package. However, automake was not built when building only lilypad. Then, automake is added to the dependency of lilypad.
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Mon, 13 Oct 2014 02:05:11 +0900
parents a86a83dc041f
children f151574c501d
files gub/specs/lilypad.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypad.py	Sat Sep 27 14:12:53 2014 +0100
+++ b/gub/specs/lilypad.py	Mon Oct 13 02:05:11 2014 +0900
@@ -3,6 +3,7 @@
 
 class LilyPad (target.AutoBuild):
     source = 'http://lilypond.org/download/gub-sources/lilypad/lilypad-0.1.1.0-src.tar.bz2'
+    dependencies = [ 'tools::automake' ]
     destdir_install_broken = True
     license_files = ['']