Add the glib2 check back, for marshallers
This commit is contained in:
parent
4761949397
commit
f0d39ad3aa
1 changed files with 1 additions and 0 deletions
1
wscript
1
wscript
|
@ -89,6 +89,7 @@ def configure (conf):
|
||||||
|
|
||||||
conf.check_tool ('compiler_cc')
|
conf.check_tool ('compiler_cc')
|
||||||
conf.check_tool ('vala')
|
conf.check_tool ('vala')
|
||||||
|
conf.check_tool ('glib2')
|
||||||
|
|
||||||
if option_enabled ('nls'):
|
if option_enabled ('nls'):
|
||||||
conf.check_tool ('intltool')
|
conf.check_tool ('intltool')
|
||||||
|
|
Loading…
Reference in a new issue