Re: [PATCH 0/4] RFC: Add Meson build

2018-05-01 Thread Peter Hutterer
On Mon, Apr 23, 2018 at 02:29:14PM +0100, Emmanuele Bassi wrote: > From: Emmanuele Bassi > > This is an RFC/work-in-progress patch series for adding a Meson build to > Wayland. > > It's not ready for merge, as it has a couple of issues: > > - the Doxygen-generated man pages are installed under

Re: [PATCH 0/4] RFC: Add Meson build

2018-04-24 Thread Pekka Paalanen
On Tue, 24 Apr 2018 09:03:05 +0100 Emmanuele Bassi wrote: > On 23 April 2018 at 15:06, Pekka Paalanen wrote: > > > > - the Doxygen-generated man pages are installed under $datadir/man, > > >instead of $mandir, because of Doxygen peculiarities, like forcing > > >the creation of a `man3`

Re: [PATCH 0/4] RFC: Add Meson build

2018-04-24 Thread Emmanuele Bassi
On 23 April 2018 at 15:06, Pekka Paalanen wrote: > > - the Doxygen-generated man pages are installed under $datadir/man, > >instead of $mandir, because of Doxygen peculiarities, like forcing > >the creation of a `man3` directory for no reason; additionally, Meson > >doesn't really li

Re: [PATCH 0/4] RFC: Add Meson build

2018-04-23 Thread Pekka Paalanen
On Mon, 23 Apr 2018 14:29:14 +0100 Emmanuele Bassi wrote: > From: Emmanuele Bassi > > This is an RFC/work-in-progress patch series for adding a Meson build to > Wayland. > > It's not ready for merge, as it has a couple of issues: Awesome! > - the Doxygen-generated man pages are installed un

[PATCH 0/4] RFC: Add Meson build

2018-04-23 Thread Emmanuele Bassi
From: Emmanuele Bassi This is an RFC/work-in-progress patch series for adding a Meson build to Wayland. It's not ready for merge, as it has a couple of issues: - the Doxygen-generated man pages are installed under $datadir/man, instead of $mandir, because of Doxygen peculiarities, like forc