mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 20:40:34 +01:00
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:
parent
657b8b31b0
commit
9fe2b6135b
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue