Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-jhbuild
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-09-27 14:23:19 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-09-27 14:23:19 (GMT)
commit736964f1ffabb3f285f36b31d3fb5a812b108213 (patch)
treefa3a043a0f8925db68ff86005a1634a5de39cdff /sugar-jhbuild
parent8e70fd3e786b0d00319d01212d6399ce01aaa1d2 (diff)
Require xulrunner, mozilla is not ok anymore
Diffstat (limited to 'sugar-jhbuild')
-rwxr-xr-xsugar-jhbuild3
1 files changed, 1 insertions, 2 deletions
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'))