[gnome-ostree] manifest: Build vala way earlier
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-ostree] manifest: Build vala way earlier
- Date: Sat, 27 Apr 2013 16:45:08 +0000 (UTC)
commit 1c913b17eb19695f4a69fc5f61307dbf100db9d5
Author: Colin Walters <walters verbum org>
Date: Sat Apr 27 07:41:01 2013 -0400
manifest: Build vala way earlier
Many components are getting custom vala bindings, and we need
it in the buildroot at least since it provides m4 files.
manifest.json | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index f71f448..e3d62b5 100644
--- a/manifest.json
+++ b/manifest.json
@@ -90,6 +90,14 @@
{"src": "gnome:gobject-introspection",
"config-opts": ["--disable-tests"]},
+ {"src": "gnome:vala-bootstrap",
+ "bootstrap": true,
+ "config-opts": ["--disable-build-from-vala",
+ "--disable-vapigen"]},
+
+ {"src": "gnome:vala",
+ "config-opts": ["--enable-vapigen"]},
+
{"src": "git:git://anongit.freedesktop.org/systemd/systemd",
"config-opts": ["--disable-manpages",
"--with-sysvinit-path=",
@@ -655,14 +663,6 @@
"--enable-debug-symbols=min",
"--with-gstreamer=1.0"]},
- {"src": "gnome:vala-bootstrap",
- "bootstrap": true,
- "config-opts": ["--disable-build-from-vala",
- "--disable-vapigen"]},
-
- {"src": "gnome:vala",
- "config-opts": ["--enable-vapigen"]},
-
{"src": "gnome:libgee",
"name": "libgee-0.6",
"branch": "0.6",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]