mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-25 18:00:03 +01:00
2459bee8af
This allow to user to get abstracted about the passed intltool-merge flags, so this code: bld( features = 'intltool_in', flags = ['-d', '-q', '-u'], source = 'myapp.desktop.in', ) Now is equivalent to: bld( features = 'intltool_in', style = 'desktop', source = 'myapp.desktop.in', )