changeset 5361:22c85912fa88

Odcctools: depend on tools::flex.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Tue, 14 Jul 2009 12:22:45 +0200
parents 71142f8dc322
children bb89fda94d3e
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	Tue Jul 14 12:22:18 2009 +0200
+++ b/gub/specs/darwin/odcctools.py	Tue Jul 14 12:22:45 2009 +0200
@@ -15,7 +15,7 @@
             # odcctools does not build with 64 bit compiler
             cross.change_target_package_x86 (self, self.add_linux_x86_env ())
     def _get_build_dependencies (self):
-        lst = ['darwin-sdk']
+        lst = ['darwin-sdk', 'tools::flex']
         if 'x86_64-linux' in self.settings.build_architecture:
             lst += ['linux-x86::glibc']
         return lst