[jhbuild: 19/27] [waf] configure before building



commit 2eeaccb5b14a45bd8b32d55c7fef494a87f9ca2d
Author: Frédéric Péters <fpeters 0d be>
Date:   Sat May 16 14:55:51 2009 +0200

    [waf] configure before building
---
 jhbuild/modtypes/waf.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jhbuild/modtypes/waf.py b/jhbuild/modtypes/waf.py
index e9aa515..1ef1ad6 100644
--- a/jhbuild/modtypes/waf.py
+++ b/jhbuild/modtypes/waf.py
@@ -107,7 +107,7 @@ class WafModule(Package):
         buildscript.set_action(_('Building'), self)
         cmd = [self.waf_cmd, 'build']
         buildscript.execute(cmd, cwd=self.get_builddir(buildscript))
-    do_build.depends = [PHASE_CHECKOUT]
+    do_build.depends = [PHASE_CONFIGURE]
     do_build.error_phases = [PHASE_FORCE_CHECKOUT, PHASE_CONFIGURE]
 
     def skip_check(self, buildscript, last_phase):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]