mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 07:10:07 +01:00
libnm uses GIO DBus library instead. https://mail.gnome.org/archives/networkmanager-list/2015-January/msg00065.html
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
|
|
|
|
|