Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/deps/activities-runtime.json
blob: e5be3774de6c27431915c8d56616fa6b365112d8 (plain)
1
2
3
4
5
6
7
8
9
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" }]