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-08-07 21:14:25 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-07 21:14:25 (GMT)
commit49a5874423764dbf3c184f071dbad43e83c0c5e3 (patch)
tree821ccfc04ed17f46ac59969acc2f4df799b4e11c /sugar-jhbuild
parentc39b0e0ba22d833da3cec4cdf71dd5ad0021b3e2 (diff)
Improve mozilla checks
Diffstat (limited to 'sugar-jhbuild')
-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')