Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/deps/sugar-build.json
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-11 13:42:46 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-11 13:42:46 (GMT)
commita6cf0d510093d84aa837525fe7ddef9f97c01fbe (patch)
treeb7a45f22f2630c68ae9ebbe2738da3548fd7cc19 /scripts/deps/sugar-build.json
parentddaf95ccceea5e93d8ad3c1b209c527c3aa7fb5d (diff)
Allow to specify a check name
It's useful for python checks for example, where the check is more than just a name. Still use check if check_name doesn't exist mostly to avoid a bunch of changes to the json.
Diffstat (limited to 'scripts/deps/sugar-build.json')
-rw-r--r--scripts/deps/sugar-build.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/deps/sugar-build.json b/scripts/deps/sugar-build.json
index da6f995..634bd5c 100644
--- a/scripts/deps/sugar-build.json
+++ b/scripts/deps/sugar-build.json
@@ -4,7 +4,8 @@
"checker": "binary" },
{ "check": "dbus-launch",
"checker": "binary" },
- { "check": "import pyatspi",
+ { "check_name": "pyatspi python",
+ "check": "import pyatspi",
"checker": "python" },
{ "check": "xrandr",
"checker": "pkgconfig" },