On 15/03/21 23:04, Peter Maydell wrote:
../../meson.build:1:0: ERROR: Value "true" (of type "string") for
combo option "Localization of the GTK+ user interface" is not one of
the choices. Possible choices are (as string): "enabled", "disabled",
"auto".
This probably dates back to
commit 0e8e77d487b3d8ae33158e61c30e1fe5c753a114
Author: Alex Bennée <[email protected]>
Date: Thu Dec 10 19:04:12 2020 +0000
configure: move gettext detection to meson.build
This will allow meson to honour -Dauto_features=disabled later.
Suggested-by: Paolo Bonzini <[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
Acked-by: Paolo Bonzini <[email protected]>
Message-Id: <[email protected]>
but it should be possible to work around it.
Paolo