aboutsummaryrefslogtreecommitdiff
path: root/po/meson.build
blob: a863f0575f6c19c51698e20bd9fa76e3e86ee34c (plain)
1
2
3
4
5
6
7
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