Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/deps/activities-runtime.json
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/deps/activities-runtime.json')
-rwxr-xr-xscripts/deps/activities-runtime.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/deps/activities-runtime.json b/scripts/deps/activities-runtime.json
new file mode 100755
index 0000000..e5be377
--- /dev/null
+++ b/scripts/deps/activities-runtime.json
@@ -0,0 +1,10 @@
+[{ "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" }]