build: fix meson warning about invalid 'depends' keyword

Fix this:

 libnm/meson.build:215: WARNING: Passed invalid keyword argument
 "depends".
 WARNING: This will become a hard error in the future.
This commit is contained in:
Beniamino Galvani 2019-08-02 11:07:34 +02:00
parent 657b8b31b0
commit 9fe2b6135b

View file

@ -224,7 +224,7 @@ if enable_introspection
extra_args: cflags,
header: 'NetworkManager.h',
install: true,
depends: libnm_dep,
dependencies: libnm_dep,
)
generate_plugin_docs = join_paths(meson.current_source_dir(), 'generate-plugin-docs.pl')