summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-15 11:32:51 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-15 11:32:57 +0100
commit9153fac7e58efa40bf13d86d0f22b0a0fd7febfa (patch)
treee82e7a6d6b5e641c6c7e3939ab5c4e98b4cf06d3
parent4903a9b49e4cfcca449f24ab3f09e148dd894cf9 (diff)
downloadlorry-9153fac7e58efa40bf13d86d0f22b0a0fd7febfa.tar.gz
lorries: Add Vala
To compile Vala from git requires Vala itself, so we need to create a baserock/bootstrap branch with the generated C files.
-rw-r--r--lorries/vala.lorry6
1 files changed, 6 insertions, 0 deletions
diff --git a/lorries/vala.lorry b/lorries/vala.lorry
new file mode 100644
index 0000000..9857935
--- /dev/null
+++ b/lorries/vala.lorry
@@ -0,0 +1,6 @@
+{
+ "vala": {
+ "type": "git",
+ "url": "git://git.gnome.org/vala"
+ }
+}