Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modules/system.json
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-29 10:40:14 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-29 10:40:14 (GMT)
commitddcc92b74e80bd4f1a081d2bce76b564411c87d8 (patch)
treecb8370302b6f4b02db46736bf6bcc7cf5a831da3 /config/modules/system.json
parent1df51c324c13178b060c4968d244677af069948d (diff)
Add dbus and static modules
Diffstat (limited to 'config/modules/system.json')
-rw-r--r--config/modules/system.json23
1 files changed, 17 insertions, 6 deletions
diff --git a/config/modules/system.json b/config/modules/system.json
index eda65a9..3279428 100644
--- a/config/modules/system.json
+++ b/config/modules/system.json
@@ -1,16 +1,27 @@
[
{
- "branch": "sugar-build-v1.11.6",
- "name": "automake",
- "repo": "git://github.com/dnarvaez/automake.git"
- },
- {
"name": "node",
"options_ev": [
"'--prefix=%s' % prefix"
],
"out-of-source": false,
- "repo": "git://github.com/joyent/node.git"
+ "repo": "git://github.com/joyent/node.git",
+ "tag": "v0.8.18-release"
+ },
+ {
+ "name": "node-dbus",
+ "out-of-source": false,
+ "repo": "git://github.com/Shouqun/node-dbus.git"
+ },
+ {
+ "name": "node-static",
+ "out-of-source": false,
+ "repo": "git://github.com/cloudhead/node-static.git"
+ },
+ {
+ "branch": "sugar-build-v1.11.6",
+ "name": "automake",
+ "repo": "git://github.com/dnarvaez/automake.git"
},
{
"branch": "gnome-3-4",