always use gobject-2.0
authorJuerg Billeter <j@bitron.ch>
Tue, 10 Jul 2007 07:26:10 +0000 (07:26 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Tue, 10 Jul 2007 07:26:10 +0000 (07:26 +0000)
2007-07-10  Juerg Billeter  <j@bitron.ch>

* gobject/valaccodecompiler.vala: always use gobject-2.0

svn path=/trunk/; revision=339

ChangeLog
gobject/valaccodecompiler.vala

index e498296..abb7abe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-07-10  Jürg Billeter  <j@bitron.ch>
 
+       * gobject/valaccodecompiler.vala: always use gobject-2.0
+
+2007-07-10  Jürg Billeter  <j@bitron.ch>
+
        * vapi/hal.vala: fix typo
 
 2007-07-09  Jürg Billeter  <j@bitron.ch>
index 2d6b172..cb10ce1 100644 (file)
@@ -40,6 +40,7 @@ public class Vala.CCodeCompiler {
                if (!context.compile_only) {
                        pc += " --libs";
                }
+               pc += " gobject-2.0";
                foreach (string pkg in context.get_packages ()) {
                        pc += " " + pkg;
                }