blob: 859a20800864fc679fef114459bf24052af0bff5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
i18n = import('i18n')
add_project_arguments('-DGETTEXT_PACKAGE="sylpheed"',
language : 'c')
add_project_arguments('-DENABLE_NLS',
language : 'c')
i18n.gettext(meson.project_name(),
preset : 'glib',
args : '--directory='+meson.source_root())
|