https://bugs.kde.org/show_bug.cgi?id=393255

--- Comment #14 from mbi...@gmail.com ---
(In reply to Luigi Toscano from comment #13)
> Patch available at: https://phabricator.kde.org/D12378 (Jan, can you please
> add a reference to the bug there?)

@Jan: I think the patch I attached to this bug report is slightly better then
the one at https://phabricator.kde.org/D12378
- The cmake module talks about libnm, which reflects the name of the pc file
- It uses #include <nm-dbus-interface.h>, which avoid any issues with glib/gio
and does not require any signals trickery.

While looking at the patch in phabricator, I also noticed that you used 
#include <libnm/NetworkManager.h>

You should drop the libnm/ prefix, as the include path is already set by
pkg-config.

Cflags: -I${includedir}/libnm

So, say you have install libnm to an unusual prefix, using the linm/ prefix
would mean the header is no longer found

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to