Bruce Richardson <[email protected]> writes: > 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: [email protected] > > Signed-off-by: Bruce Richardson <[email protected]> > ---
Acked-by: Aaron Conole <[email protected]>

