mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-17 22:52:40 +01:00
13 lines
323 B
Diff
13 lines
323 B
Diff
diff --git a/libnm/meson.build b/libnm/meson.build
|
|
index 4b3df97..31c6fa6 100644
|
|
--- a/libnm/meson.build
|
|
+++ b/libnm/meson.build
|
|
@@ -162,6 +162,7 @@ libnm = shared_library(
|
|
libnm_core_dep,
|
|
uuid_dep,
|
|
libnm_systemd_shared_no_logging_dep,
|
|
+ libnmdbus_dep,
|
|
],
|
|
c_args: cflags,
|
|
link_with: libnm_utils,
|