]> spindle.queued.net Git - midori/commitdiff
Add the glib2 check back, for marshallers
authorChristian Dywan <christian@twotoasts.de>
Fri, 17 Jun 2011 09:32:55 +0000 (11:32 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 17 Jun 2011 09:32:55 +0000 (11:32 +0200)
wscript

diff --git a/wscript b/wscript
index 518c0092b9753d5a7b2813e1583479c1b681dfdf..cb5b55fa2392c5bc980966d469deed0145903668 100644 (file)
--- a/wscript
+++ b/wscript
@@ -89,6 +89,7 @@ def configure (conf):
 
     conf.check_tool ('compiler_cc')
     conf.check_tool ('vala')
+    conf.check_tool ('glib2')
 
     if option_enabled ('nls'):
         conf.check_tool ('intltool')