diff --git a/demos/vala/resources/wscript b/demos/vala/resources/wscript index 717cfb1d..ca6ec682 100644 --- a/demos/vala/resources/wscript +++ b/demos/vala/resources/wscript @@ -13,9 +13,16 @@ def build(bld): if not bld.env.build_gtk3: return + bld ( + features = 'c glib2', + use = 'GLIB GIO GOBJECT', + source = 'test.gresource.xml', + target = 'foo' + ) + bld ( features = 'c cprogram glib2', - use = 'GTK3', + use = 'GTK3 foo', packages = 'gtk+-3.0', source = 'test.vala', vala_resources = 'test.gresource.xml', # adds --gresources /path/to/test.gresources.xml