Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/deps/sugar-runtime.json
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-11 13:28:11 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-11 13:28:11 (GMT)
commitddaf95ccceea5e93d8ad3c1b209c527c3aa7fb5d (patch)
treeb91105ec945b13fe5f3a92de937a943839b31d69 /scripts/deps/sugar-runtime.json
parent14f41e10c14b2b6b202abe867aade83783b1fa9c (diff)
Refactor check groups
Diffstat (limited to 'scripts/deps/sugar-runtime.json')
-rw-r--r--[-rwxr-xr-x]scripts/deps/sugar-runtime.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/scripts/deps/sugar-runtime.json b/scripts/deps/sugar-runtime.json
index 85f41c5..6f06a59 100755..100644
--- a/scripts/deps/sugar-runtime.json
+++ b/scripts/deps/sugar-runtime.json
@@ -45,4 +45,14 @@
{ "check": "org.freedesktop.Telepathy.ConnectionManager.gabble",
"checker": "dbus" },
{ "check": "org.freedesktop.Telepathy.ConnectionManager.salut",
- "checker": "dbus" }]
+ "checker": "dbus" },
+ { "check": "from gi.repository import WebKit",
+ "checker": "python" },
+ { "check": "import pygst",
+ "checker": "python" },
+ { "check": "from gi.repository import Vte",
+ "checker": "python" },
+ { "check": "video4linux2",
+ "checker": "gstreamer" },
+ { "check": "import abiword",
+ "checker": "python" }]