mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 09:57:15 +01:00
Missing configuration line for demos/vala/ to enable resource processing
This commit is contained in:
parent
19042c840e
commit
7c982f1999
@ -17,6 +17,7 @@ def options(opt):
|
||||
def configure(conf):
|
||||
conf.load('compiler_c vala')
|
||||
conf.check_cfg(package='glib-2.0', uselib_store='GLIB', atleast_version='2.10.0', mandatory=1, args='--cflags --libs')
|
||||
conf.recurse('resources')
|
||||
|
||||
def build(bld):
|
||||
bld.recurse('shlib multi-file stlib resources')
|
||||
|
Loading…
Reference in New Issue
Block a user