[gnome-builder] Vala: add all the packages we use
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] Vala: add all the packages we use
- Date: Fri, 15 Jan 2016 23:00:44 +0000 (UTC)
commit 68e6800e9cc0ef6c2e61375b1ebe397c93340f25
Author: Ben Iofel <iofelben gmail com>
Date: Thu Jan 14 18:12:53 2016 -0500
Vala: add all the packages we use
plugins/vala-pack/ide-vala-index.vala | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/plugins/vala-pack/ide-vala-index.vala b/plugins/vala-pack/ide-vala-index.vala
index 6297b92..2640b56 100644
--- a/plugins/vala-pack/ide-vala-index.vala
+++ b/plugins/vala-pack/ide-vala-index.vala
@@ -79,7 +79,7 @@ namespace Ide
this.code_context.run_output = false;
- for (var i = 2; i <= 30; i += 2) {
+ for (var i = 2; i <= 32; i += 2) {
this.code_context.add_define ("VALA_0_%d".printf (i));
}
@@ -93,6 +93,10 @@ namespace Ide
/* TODO: find packages from build system */
this.code_context.add_external_package ("gio-2.0");
this.code_context.add_external_package ("gtk+-3.0");
+ this.code_context.add_external_package ("gtksourceview-3.0");
+ this.code_context.add_external_package ("libide-1.0");
+ this.code_context.add_external_package ("libpeas-1.0");
+ this.code_context.add_external_package ("libvala-0.32");
this.report = new Ide.ValaDiagnostics ();
this.code_context.report = this.report;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]