From 49a5874423764dbf3c184f071dbad43e83c0c5e3 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 07 Aug 2006 21:14:25 +0000 Subject: Improve mozilla checks --- (limited to 'sugar-jhbuild') 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') -- cgit v0.9.1