[gnome-builder/wip/beniofel/vala-codestyle: 1/2] Vala: add all the packages we use



commit 0762adc481f673dec21670ce31429a81db77fc76
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]