mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-02 21:32:52 +00:00
0e8e77d487
This will allow meson to honour -Dauto_features=disabled later. Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20201210190417.31673-4-alex.bennee@linaro.org>
7 lines
233 B
Meson
7 lines
233 B
Meson
i18n = import('i18n')
|
|
|
|
if find_program('xgettext', required: get_option('gettext')).found()
|
|
i18n.gettext(meson.project_name(),
|
|
args: '--msgid-bugs-address=qemu-devel@nongnu.org',
|
|
preset: 'glib')
|
|
endif
|