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-07-20 14:50:23 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-07-20 14:50:23 (GMT)
commit3cf076196850dcba81ae10ffc2fc5a39a1ff6ef3 (patch)
tree4f545674d165a6c4ffd88ad1f1e085d314caaaa5 /sugar-jhbuild
parent03c685c42e7f935c87cc18f54cce9ce469369926 (diff)
Inherit from gnome module where it make sense and add
a bunch of packages to skip. Build gnome-python-desktop, we need a patch to this
Diffstat (limited to 'sugar-jhbuild')
-rwxr-xr-xsugar-jhbuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/sugar-jhbuild b/sugar-jhbuild
index d8191c8..f34cd8b 100755
--- a/sugar-jhbuild
+++ b/sugar-jhbuild
@@ -43,9 +43,17 @@ import jhbuild.commands
config = configure()
+config.skip.append('libwnck')
+config.skip.append('libglade')
+config.skip.append('gtk+')
+config.skip.append('libXrender')
+config.skip.append('fontconfig')
+config.skip.append('glib')
+config.skip.append('gtk-doc')
+
if LibDependency('mozilla', 'mozilla-gtkmozembed').check() or \
LibDependency('xulrunner', 'mozilla-gtkmozembed'):
- config.skip = [ 'mozilla' ]
+ config.skip.append('mozilla')
jhbuild.config.addpath('XDG_DATA_DIRS', '/usr/share')