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-29 19:31:29 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-29 19:31:29 (GMT)
commit62b14929233ff5941624acef204098ab8c527f62 (patch)
tree80d1624dcfca8311a5927b06759c678bc1489837 /sugar-jhbuild
parent24885c7a4cc758b94585d50838c18847955c3683 (diff)
Revert "Always build libwnck, we need a very recent one and I don't want"
This reverts b18cf6777962b154ab03d452fcc44d07a7963563 commit.
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 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')