Re: [dpdk-dev] [PATCH] doc: fix doc build with latest meson

2019-07-05 Thread Thomas Monjalon
05/07/2019 18:31, Luca Boccassi: > On Fri, 2019-07-05 at 16:56 +0100, Bruce Richardson wrote: > > The latest versions of meson don't build targets when > > build_by_default is > > false but install is true, unlike older versions. We can fix this by > > having > > both build_by_default and install s

Re: [dpdk-dev] [PATCH] doc: fix doc build with latest meson

2019-07-05 Thread Bruce Richardson
On Fri, Jul 05, 2019 at 05:30:49PM +0100, Luca Boccassi wrote: > On Fri, 2019-07-05 at 17:18 +0100, Luca Boccassi wrote: > > On Fri, 2019-07-05 at 16:56 +0100, Bruce Richardson wrote: > > > The latest versions of meson don't build targets when > > > build_by_default is > > > false but install is tr

Re: [dpdk-dev] [PATCH] doc: fix doc build with latest meson

2019-07-05 Thread Luca Boccassi
On Fri, 2019-07-05 at 16:56 +0100, Bruce Richardson wrote: > The latest versions of meson don't build targets when > build_by_default is > false but install is true, unlike older versions. We can fix this by > having > both build_by_default and install settings come from the build-time > option. >

Re: [dpdk-dev] [PATCH] doc: fix doc build with latest meson

2019-07-05 Thread Luca Boccassi
On Fri, 2019-07-05 at 17:18 +0100, Luca Boccassi wrote: > On Fri, 2019-07-05 at 16:56 +0100, Bruce Richardson wrote: > > The latest versions of meson don't build targets when > > build_by_default is > > false but install is true, unlike older versions. We can fix this > > by > > having > > both bui

Re: [dpdk-dev] [PATCH] doc: fix doc build with latest meson

2019-07-05 Thread Luca Boccassi
On Fri, 2019-07-05 at 16:56 +0100, Bruce Richardson wrote: > The latest versions of meson don't build targets when > build_by_default is > false but install is true, unlike older versions. We can fix this by > having > both build_by_default and install settings come from the build-time > option. >

[dpdk-dev] [PATCH] doc: fix doc build with latest meson

2019-07-05 Thread Bruce Richardson
The latest versions of meson don't build targets when build_by_default is false but install is true, unlike older versions. We can fix this by having both build_by_default and install settings come from the build-time option. Bugzilla ID: 303 Fixes: d02a2dab2dfb ("doc: support building HTML guides