Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsugar-jhbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sugar-jhbuild b/sugar-jhbuild
index ae2adbb..b85b1ab 100755
--- a/sugar-jhbuild
+++ b/sugar-jhbuild
@@ -58,7 +58,8 @@ if LibDependency('libwnck', 'libwnck-1.0').check():
config.skip.append('libwnck')
if LibDependency('mozilla', 'mozilla-gtkmozembed').check() or \
- LibDependency('xulrunner', 'mozilla-gtkmozembed'):
+ LibDependency('firefox', 'firefox-gtkmozembed').check() or \
+ LibDependency('xulrunner', 'xulrunner-gtkmozembed').check():
config.skip.append('mozilla')
jhbuild.config.addpath('XDG_DATA_DIRS', '/usr/share')