aboutsummaryrefslogtreecommitdiffstats
path: root/community/networkmanager/fix-ppc64le-build.patch
blob: f03a3b478b9957a5d3dfc199fb1f371a2821487b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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,