mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 19:20:12 +01:00
libnm uses GIO DBus library instead.
https://mail.gnome.org/archives/networkmanager-list/2015-January/msg00065.html
(cherry picked from commit 799820f859)
13 lines
250 B
PkgConfig
13 lines
250 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libnm
|
|
Description: Convenience library for clients of NetworkManager
|
|
Version: @VERSION@
|
|
Requires: gio-2.0
|
|
Cflags: -I${includedir}/libnm
|
|
Libs: -L${libdir} -lnm
|
|
|
|
|