Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-jhbuild
diff options
context:
space:
mode:
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'))