mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
configure: move gettext detection to meson.build
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>
This commit is contained in:
committed by
Paolo Bonzini
parent
f3890e71ac
commit
0e8e77d487
@ -1,6 +1,6 @@
|
||||
i18n = import('i18n')
|
||||
|
||||
if get_option('gettext')
|
||||
if find_program('xgettext', required: get_option('gettext')).found()
|
||||
i18n.gettext(meson.project_name(),
|
||||
args: '--msgid-bugs-address=qemu-devel@nongnu.org',
|
||||
preset: 'glib')
|
||||
|
Reference in New Issue
Block a user