Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/po/meson.build
2023-03-06 14:48:14 +01:00

8 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