]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
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 e498296cfa2404a04d7681b6da00f9c01da7e923..abb7abe46544fb583b752e06c667e1def44b768d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index 2d6b1725c1409a68f53838e4126fd0dcaad2d4d3..cb10ce17a8e67972210429a38d5b6db5df2eacae 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;
                }