[dpdk-dev] [PATCH v3 3/6] doc/api: fix warning with meson build

David Marchand david.marchand at redhat.com
Thu Jan 9 19:03:05 CET 2020


On Thu, Jan 9, 2020 at 4:31 PM Bruce Richardson
<bruce.richardson at intel.com> wrote:
>
> The install parameter to configure_file is new in 0.50 and generates a
> warning since it is newer than our minimum version of 0.47.1. The
> parameter, however, is unneeded as the documentation states:
>
> "When omitted it defaults to true when install_dir is set and not empty,
> false otherwise."
>
> Given that install_dir is not set for this file, install defaults to false
> so no need to explicitly specify it.
>
> Fixes: 720b14db3ae2 ("build: generate API documentation with meson")

Cc: stable at dpdk.org ? or does it depend on other changes?



--
David Marchand



More information about the dev mailing list