Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/deps/prerequisites.json
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-26 16:46:21 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-26 16:46:21 (GMT)
commitef388964f917c25ea866e537f44f2d88f9e6b85c (patch)
tree27d1f59df428e72973c3f45a0f420c49b27588cb /config/deps/prerequisites.json
parentbf0fa30f3ae0b22eba401c0e5f8e675704d55502 (diff)
Normalize deps json
Sort the list, always specify the name, json.dump them.
Diffstat (limited to 'config/deps/prerequisites.json')
-rw-r--r--config/deps/prerequisites.json16
1 files changed, 12 insertions, 4 deletions
diff --git a/config/deps/prerequisites.json b/config/deps/prerequisites.json
index 63d18f5..d1ade06 100644
--- a/config/deps/prerequisites.json
+++ b/config/deps/prerequisites.json
@@ -1,4 +1,12 @@
-[{ "check": "Xvfb",
- "checker": "binary" },
- { "check": "pkg-config",
- "checker": "binary" }]
+[
+ {
+ "check": "Xvfb",
+ "checker": "binary",
+ "name": "Xvfb"
+ },
+ {
+ "check": "pkg-config",
+ "checker": "binary",
+ "name": "pkg-config"
+ }
+] \ No newline at end of file