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:
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" }]