Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-23 12:54:49 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-23 12:54:49 (GMT)
commit45124944fa077cb5f411ff1cd95f4587040e05f6 (patch)
treed82a903f7b78b60451da23c60f928f543ce9741f /config
parentefa74e082f67eb6e91bab5bf59eca4179e394370 (diff)
Add glib to 3.6 deps, required by gobject-introspection
Diffstat (limited to 'config')
-rw-r--r--config/modules/system-3.6.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/modules/system-3.6.json b/config/modules/system-3.6.json
index f35e5b3..7815e66 100644
--- a/config/modules/system-3.6.json
+++ b/config/modules/system-3.6.json
@@ -1,4 +1,7 @@
-[{ "name": "gobject-introspection",
+[{ "name": "glib",
+ "repo": "git://git.gnome.org/glib",
+ "branch": "2.34.2" },
+ { "name": "gobject-introspection",
"repo": "git://git.gnome.org/gobject-introspection",
"branch": "GOBJECT_INTROSPECTION_1_34_1_1" },
{ "name": "pygobject",