summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2015-01-22 10:57:18 +0100
committerLubomir Rintel <lkundrak@v3.sk>2015-01-22 19:17:46 +0100
commit799820f859c2568893016e2878921772589a16a0 (patch)
tree18ea98912e3ebcd60ef271e2bd553ce3d2705567
parent8dce71be74a1c91ca96294c8b6a22bce6b38493e (diff)
downloadNetworkManager-799820f859c2568893016e2878921772589a16a0.tar.gz
libnm: drop libdbus-glib from pkg-config file
libnm uses GIO DBus library instead. https://mail.gnome.org/archives/networkmanager-list/2015-January/msg00065.html
-rw-r--r--libnm/libnm.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/libnm.pc.in b/libnm/libnm.pc.in
index 6392799a7b..5fe26b6a02 100644
--- a/libnm/libnm.pc.in
+++ b/libnm/libnm.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
Name: libnm
Description: Convenience library for clients of NetworkManager
Version: @VERSION@
-Requires: gio-2.0 dbus-glib-1
+Requires: gio-2.0
Cflags: -I${includedir}/libnm
Libs: -L${libdir} -lnm