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-20 22:43:56 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-20 22:43:56 (GMT)
commit4a69e9fd4ec83c81b453798f334221d2cc88e0b7 (patch)
tree660cbe343a4e063fd188843858ebca8c431c71e8 /sugar-jhbuild
parent974a87c2a2c10a00e30be72d22a2924d386f5246 (diff)
Skip libwnck if there is a system one
Diffstat (limited to 'sugar-jhbuild')
-rwxr-xr-xsugar-jhbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sugar-jhbuild b/sugar-jhbuild
index 20ff038..742cf48 100755
--- a/sugar-jhbuild
+++ b/sugar-jhbuild
@@ -52,6 +52,9 @@ skip_modules = [
'pyorbit'
]
+if LibDependency('libwnck', 'libwnck-1.0').check():
+ skip_modules.append('libwnck')
+
if LibDependency('mozilla', 'mozilla-gtkmozembed').check() or \
LibDependency('xulrunner', 'xulrunner-gtkmozembed').check():
skip_modules.append('mozilla')