commit | fe0038bec26fdac2256db43894d55d1a6f798c0f | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Oct 16 04:35:10 2020 -0400 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Oct 26 07:08:37 2020 -0400 |
tree | d5bddd49ac31b14e5dfaa3e5e081144c38315908 | |
parent | 5914ef77cc1bd4c3d79ccd3e3f82f34604275b93 [diff] |
configure: allow configuring localedir Meson has a localedir option, so passing the path through that option is the cleanest way when we move directories out of config-host.mak. In preparation for doing that without changing semantics and without special-casing localedir code, add a configure option. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>