Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsugar-jhbuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sugar-jhbuild b/sugar-jhbuild
index 594a903..ae2adbb 100755
--- a/sugar-jhbuild
+++ b/sugar-jhbuild
@@ -43,7 +43,7 @@ import jhbuild.commands
config = configure()
-config.skip.append('libwnck')
+config.skip.append('startup-notification')
config.skip.append('libglade')
config.skip.append('gtk+')
config.skip.append('libXrender')
@@ -54,6 +54,9 @@ config.skip.append('libgnomeui')
config.skip.append('libgnomecanvas')
config.skip.append('pyorbit')
+if LibDependency('libwnck', 'libwnck-1.0').check():
+ config.skip.append('libwnck')
+
if LibDependency('mozilla', 'mozilla-gtkmozembed').check() or \
LibDependency('xulrunner', 'mozilla-gtkmozembed'):
config.skip.append('mozilla')