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 18:57:40 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-29 18:57:40 (GMT)
commitb18cf6777962b154ab03d452fcc44d07a7963563 (patch)
tree7b76cff6ffb8139f670705f7aa3d92a76cd22433 /sugar-jhbuild
parent8194b87d0ee51fa4076488f87d129ced2400f71a (diff)
Always build libwnck, we need a very recent one and I don't want
to bother keeping it uptodate for such a small library.
Diffstat (limited to 'sugar-jhbuild')
-rwxr-xr-xsugar-jhbuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/sugar-jhbuild b/sugar-jhbuild
index 32af0d8..c12531d 100755
--- a/sugar-jhbuild
+++ b/sugar-jhbuild
@@ -48,9 +48,6 @@ 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')