glib-genmarshal is required by dbus-binding-tool :-/
authorThomas Nagy <tnagy1024@gmail.com>
Sat, 15 Jan 2011 05:17:38 +0000 (05:17 +0000)
committerThomas Nagy <tnagy1024@gmail.com>
Sat, 15 Jan 2011 05:17:38 +0000 (05:17 +0000)
git-svn-id: https://waf.googlecode.com/svn/trunk@10858 f0382ac9-c320-0410-b3f0-b508d59f5a85

demos/dbus/wscript

index e9183efe268d958a921b3489c18628b22e2202eb..7d3683a7516de8e0647712a0d85afb88a407bde8 100644 (file)
@@ -9,6 +9,7 @@ def options(opt):
 
 def configure(conf):
        conf.load('compiler_c dbus')
+       conf.find_program('glib-genmarshal') # required on a few systems
 
 def build(bld):
        tg = bld.program(