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, 3 insertions, 0 deletions
diff --git a/sugar-jhbuild b/sugar-jhbuild
index c12531d..32af0d8 100755
--- a/sugar-jhbuild
+++ b/sugar-jhbuild
@@ -48,6 +48,9 @@ skip_modules = [
'gtk-doc'
]
+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')