Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/deps/sugar-build-runtime.json
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-11 13:07:09 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-11 13:20:30 (GMT)
commit14f41e10c14b2b6b202abe867aade83783b1fa9c (patch)
treecb46545e7364f344468cd9d8aa27874186eb9ac6 /scripts/deps/sugar-build-runtime.json
parentafe7926e52a5263114f89e1f02e4cf46a3f9312f (diff)
Split dependencies info out of check-system
Diffstat (limited to 'scripts/deps/sugar-build-runtime.json')
-rwxr-xr-xscripts/deps/sugar-build-runtime.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/deps/sugar-build-runtime.json b/scripts/deps/sugar-build-runtime.json
new file mode 100755
index 0000000..503bf57
--- /dev/null
+++ b/scripts/deps/sugar-build-runtime.json
@@ -0,0 +1,8 @@
+[{ "check": "atk-bridge",
+ "checker": "gtkmodule" },
+ { "check": "Xephyr",
+ "checker": "binary" },
+ { "check": "dbus-launch",
+ "checker": "binary" },
+ { "check": "import pyatspi",
+ "checker": "python" }]