xref: /openbmc/qemu/po/meson.build (revision 6cc9d67c6f682cf04eea2d6e64a252b63a7eccdf)
1i18n = import('i18n')
2
3if find_program('xgettext', required: get_option('gettext')).found()
4  i18n.gettext(meson.project_name(),
5               args: '--msgid-bugs-address=qemu-devel@nongnu.org',
6               preset: 'glib')
7endif
8