Re: [PATCH v2 4/5] meson: use meson mandir instead of qemu_mandir

2020-08-26 Thread Daniel P . Berrangé
On Tue, Aug 25, 2020 at 09:58:26PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > When cross-compiling, by default qemu_mandir is 'c:\Program > Files\QEMU', which is not recognized as being an absolute path, and > meson will end up adding the prefix again. > > Use the pr

[PATCH v2 4/5] meson: use meson mandir instead of qemu_mandir

2020-08-25 Thread marcandre . lureau
From: Marc-André Lureau When cross-compiling, by default qemu_mandir is 'c:\Program Files\QEMU', which is not recognized as being an absolute path, and meson will end up adding the prefix again. Use the pre-prefixed meson mandir option instead. Signed-off-by: Marc-André Lureau --- meson.build