* configure with datadir outside of --prefix fails with meson
@ 2020-09-18 13:30 Anthony PERARD via
2020-09-18 13:40 ` Daniel P. Berrangé
0 siblings, 1 reply; 2+ messages in thread
From: Anthony PERARD via @ 2020-09-18 13:30 UTC (permalink / raw)
To: qemu-devel
Hi,
When we build QEMU while building Xen we do:
./configure --prefix=/usr/lib/xen \
--datadir=/usr/share/qemu-xen \
...
But meson give an error:
ERROR: The value of the 'datadir' option is '/usr/share/qemu-xen' which must be a subdir of the prefix '/usr/lib/xen'.
Would it still be possible to allow datadir outside of prefix or is it
going to be a limitation imposed by meson?
I can always change the call to configure but it would be nice not to
have to.
Thanks,
--
Anthony PERARD
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-18 13:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-18 13:30 configure with datadir outside of --prefix fails with meson Anthony PERARD via
2020-09-18 13:40 ` Daniel P. Berrangé
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).