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-09-01 12:16:44 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-09-01 12:16:44 (GMT)
commit9a699aa3c61a7bf754b7a11e28ed73c8a7cad9f9 (patch)
treec66701fe27814ab162d5d715ba92939b86c98730 /sugar-jhbuild
parentd8da1f14c53fefaac034fafefb8677be77db9d9f (diff)
Goocanvas requires gtk 2.10 so we need to build that too,
until is reach major distributions at least.
Diffstat (limited to 'sugar-jhbuild')
-rwxr-xr-xsugar-jhbuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/sugar-jhbuild b/sugar-jhbuild
index 533a2c9..1deacc3 100755
--- a/sugar-jhbuild
+++ b/sugar-jhbuild
@@ -41,12 +41,13 @@ if command == 'build':
skip_modules = [
'libglade',
- 'gtk+',
'libXrender',
+ 'libxml2',
+ 'shared-mime-info',
'fontconfig',
- 'glib',
'gtk-doc',
- 'startup-notification'
+ 'startup-notification',
+ 'libXft'
]
if LibDependency('mozilla', 'mozilla-gtkmozembed').check() or \