OSDN Git Service

target/arm: Handle overflow in calculation of next timer tick
[qmiga/qemu.git] / po / meson.build
1 i18n = import('i18n')
2
3 if 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')
7 endif