Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modules
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-02-06 16:34:44 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-02-06 16:34:44 (GMT)
commit91f4b326fbb3a8480da5efb09b465b496b1768fa (patch)
tree8b0717ffad302e7e33303b073e1680d638f73d43 /config/modules
parentcca8146fc939b564256237eb4fda8e47132673de (diff)
Several fixeshtml
Diffstat (limited to 'config/modules')
-rw-r--r--config/modules/system.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/modules/system.json b/config/modules/system.json
index 42caff4..4e03d22 100644
--- a/config/modules/system.json
+++ b/config/modules/system.json
@@ -1,6 +1,7 @@
[
{
- "name": "node",
+ "name": "node",
+ "build-system": "node",
"options_ev": [
"'--prefix=%s' % prefix"
],
@@ -123,6 +124,7 @@
},
{
"name": "b2g",
+ "build-system": "mozilla",
"out-of-source": false,
"repo": "git://github.com/mozilla/mozilla-central.git"
}