Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-06-27 16:46:39 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-06-27 16:46:39 (GMT)
commita4151b1bd7de1308689907230403f0bb347f185a (patch)
tree173f46219d895455b12cb375604e094bc7870dfa /scripts
parent26a0de7b8156b13446b9818715d04c23ee696981 (diff)
Add espeak dependency
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-system4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/check-system b/scripts/check-system
index cf2615c..28ac8b5 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -130,6 +130,10 @@ checks = \
# Sugar runtime
+ { "check": "espeak",
+ "checker": "binary",
+ "packages": { "fedora": "espeak",
+ "ubuntu": "espeak" } },
{ "check": "import wnck",
"checker": "python",
"packages": { "fedora": "gnome-python2-libwnck",