From 736964f1ffabb3f285f36b31d3fb5a812b108213 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 27 Sep 2006 14:23:19 +0000 Subject: Require xulrunner, mozilla is not ok anymore --- (limited to 'sugar-jhbuild') diff --git a/sugar-jhbuild b/sugar-jhbuild index 1deacc3..878c44a 100755 --- a/sugar-jhbuild +++ b/sugar-jhbuild @@ -50,8 +50,7 @@ skip_modules = [ 'libXft' ] -if LibDependency('mozilla', 'mozilla-gtkmozembed').check() or \ - LibDependency('xulrunner', 'xulrunner-gtkmozembed').check(): +if LibDependency('xulrunner', 'xulrunner-gtkmozembed').check(): skip_modules.append('mozilla') sys.path.append(os.path.join(build_scripts_dir, 'jhbuild')) -- cgit v0.9.1