blob: 24c7f2e62bfe41b08c9007b5bf61bcab214002fa (
plain)
1
2
3
4
5
6
7
8
|
i18n = import('i18n')
add_project_arguments('-DGETTEXT_PACKAGE="starlet"',
language : 'c')
i18n.gettext(meson.project_name(),
preset : 'glib',
args : '--directory='+meson.source_root())
|