aports/community/networkmanager/fix-ppc64le-build.patch
Rasmus Thomsen 377e365497 community/networkmanager: fix ppc64le build
Also clarify the instructions for iwd a bit while I'm at it.

Closes GH-7551
2019-05-04 19:15:28 +00:00

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,