changeset 5336:679c6e91759f

libsndfile: depend on libtool too. Fixes [reordered] build.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 09 Jul 2009 16:48:31 +0200
parents 2edd6ce439c7
children 9926fd534a29
files gub/specs/libsndfile.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/libsndfile.py	Thu Jul 09 16:44:22 2009 +0200
+++ b/gub/specs/libsndfile.py	Thu Jul 09 16:48:31 2009 +0200
@@ -3,4 +3,4 @@
 class Libsndfile (target.AutoBuild):
     source = 'http://www.mega-nerd.com/libsndfile/libsndfile-1.0.20.tar.gz'
     def _get_build_dependencies (self):
-        return ['tools::automake', 'tools::pkg-config',]
+        return ['tools::automake', 'tools::pkg-config', 'libtool']