diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-09-19 21:02:09 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:45 -0400 |
commit | e8f3bd71d830f986c950439c0d125f4bab8e0313 (patch) | |
tree | b13dc3dc73bc3dc2f2ffb2c846a7fa142070c191 /po/POTFILES | |
parent | a0b93237d82bed836842a75f9927ec72ebba280b (diff) |
meson: convert po/
Meson warns if xgettext is not found. In the future we may want to add
a required argument to i18n.gettext(); in the meanwhile, I am adding a
--enable-gettext/--disable-gettext option and feature detection in
configure. This preserves QEMU's default behavior of detecting system
features, without any warning, if neither --enable-* nor --disable-*
is requested.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'po/POTFILES')
-rw-r--r-- | po/POTFILES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES b/po/POTFILES new file mode 100644 index 0000000000..d34d5ed9aa --- /dev/null +++ b/po/POTFILES @@ -0,0 +1 @@ +ui/gtk.c |