From 3022a9c90a374a9c6ba402b6aede0a503bf6315e Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Tue, 25 Dec 2012 17:39:56 +0000 Subject: Allow the config to require a full build --- (limited to 'config') diff --git a/config/config.json b/config/config.json new file mode 100644 index 0000000..126e679 --- /dev/null +++ b/config/config.json @@ -0,0 +1,3 @@ +{ + "full_build": "1" +} diff --git a/config/modules/sugar.json b/config/modules/sugar.json index 20a54c3..d3585c1 100644 --- a/config/modules/sugar.json +++ b/config/modules/sugar.json @@ -43,8 +43,8 @@ "repo": "git://git.sugarlabs.org/gst-plugins-espeak/mainline.git" }, { + "distribute": true, "name": "sugar-runner", - "repo": "git://git.sugarlabs.org/sugar-runner/sugar-runner.git", - "distribute": true + "repo": "git://git.sugarlabs.org/sugar-runner/sugar-runner.git" } ] -- cgit v0.9.1