summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-15 11:53:51 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-16 16:35:16 +0100
commit4a6246bf19860d9d314f2d4587291c461a8db14e (patch)
tree24b3065f0016fa418caac46a04960babe9aaffc3
parent76fdb3c90ea1645805b7dae04677e2520dde95fb (diff)
downloadmorphs-4a6246bf19860d9d314f2d4587291c461a8db14e.tar.gz
Initial attempt at adding Vala to devel
Not tested yet. Note that there is a vala-bootstrap module in gnome git which has the same purpose as our baserock/bootstrap branch. However, since we will need to do the same procedure for other languages in the future, perhaps it's better to be consistent for now, we can easily drop our branch in favour of upstream's in the future.
-rw-r--r--bootstrap-pass2.morph8
-rw-r--r--devel.morph10
2 files changed, 18 insertions, 0 deletions
diff --git a/bootstrap-pass2.morph b/bootstrap-pass2.morph
index 95ec0b5..0845d27 100644
--- a/bootstrap-pass2.morph
+++ b/bootstrap-pass2.morph
@@ -284,6 +284,14 @@
"openssl",
"libexpat"
]
+ },
+ {
+ "name": "vala",
+ "repo": "upstream:vala",
+ "ref": "baserock/bootstrap",
+ "build-depends": [
+ "glib"
+ ]
}
]
}
diff --git a/devel.morph b/devel.morph
index 28e78d2..78f16e4 100644
--- a/devel.morph
+++ b/devel.morph
@@ -341,6 +341,16 @@
"cmdtest",
"python-coverage-test-runner"
]
+ },
+ {
+ "name": "vala",
+ "repo": "upstream:vala",
+ "ref": "master",
+ "build-depends": [
+ "autoconf",
+ "automake",
+ "make"
+ ]
}
]
}