From e7a33e537d1ea5432cdc17aadfb07f33efd7037f Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 01 Aug 2012 19:23:51 +0000 Subject: Merge branch 'master' of git.sugarlabs.org:sugar-build/sugar-build Conflicts: Makefile scripts/system.modules --- (limited to 'scripts') diff --git a/scripts/check-system b/scripts/check-system index 0d35478..6dcad8e 100755 --- a/scripts/check-system +++ b/scripts/check-system @@ -255,9 +255,17 @@ checks = \ "checker": "gstreamer", "packages": { "fedora": "gstreamer-plugins-good", "ubuntu": "gstreamer0.10-plugins-good" } }, + { "check": "import abiword", + "checker": "python", + "packages": { "fedora": "pyabiword", + "ubuntu": None } }, # System modules buildtime + { "check": "c++", + "checker": "binary", + "packages": { "fedora": "gcc-c++", + "ubuntu": "g++" } }, { "check": "flex", "checker": "binary", "packages": { "fedora": "flex", diff --git a/scripts/system.modules b/scripts/system.modules index b350f28..eea3521 100644 --- a/scripts/system.modules +++ b/scripts/system.modules @@ -3,6 +3,7 @@ + @@ -42,11 +43,27 @@ + + + + + + + + + + + + + + + + -- cgit v0.9.1