summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-14 10:50:49 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-05-14 10:50:49 +0100
commit950b54da745739c3b6d6f6aba1f82735beb89ae4 (patch)
treee8c49ecd9edaf7e6f6b93c55e4f387c4484bf729
parent0a178000561a744824dd1c1507227c91463a8f9d (diff)
downloadmorphs-950b54da745739c3b6d6f6aba1f82735beb89ae4.tar.gz
bootstrap: fix missing repo definitions
-rw-r--r--bootstrap-pass2.morph2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap-pass2.morph b/bootstrap-pass2.morph
index 72c276d..80926d4 100644
--- a/bootstrap-pass2.morph
+++ b/bootstrap-pass2.morph
@@ -170,6 +170,7 @@
},
{
"name": "libffi",
+ "repo": "upstream:libffi",
"ref": "master",
"build-depends": [
"autoconf",
@@ -179,6 +180,7 @@
},
{
"name": "glib",
+ "repo": "upstream:glib",
"ref": "master",
"build-depends": [
"gtk-doc-stub",