mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-24 02:40:26 +01:00
docs
This commit is contained in:
parent
145dba3fd1
commit
12cbb42cd7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user