Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build-scripts/sugar.modules8
-rwxr-xr-xsugar-jhbuild10
2 files changed, 17 insertions, 1 deletions
diff --git a/build-scripts/sugar.modules b/build-scripts/sugar.modules
index a45fef0..bf1a848 100644
--- a/build-scripts/sugar.modules
+++ b/build-scripts/sugar.modules
@@ -31,6 +31,7 @@
<dep package="artwork"/>
<dep package="gecko-embed"/>
<dep package="matchbox-window-manager"/>
+ <dep package="gnome-python-desktop"/>
</dependencies>
</autotools>
<mozillamodule id="mozilla" autogenargs="--enable-default-toolkit=gtk2 --disable-mailnews --disable-ldap --disable-debug --enable-optimize --disable-tests --enable-crypto --enable-xft --with-system-zlib --disable-freetype2 --enable-application=browser --disable-javaxpcom --enable-extensions=default" cvsroot="mozilla.org" revision="MOZILLA_1_8_BRANCH" projects="xulrunner">
@@ -49,4 +50,11 @@
<dep package="mozilla"/>
</dependencies>
</autotools>
+ <autotools id="gnome-python-desktop">
+ <branch repo="gnome.org"/>
+ <dependencies>
+ <dep package="pygtk"/>
+ <dep package="libwnck"/>
+ </dependencies>
+ </autotools>
</moduleset>
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')