From 3ae85202fda7fdea3b38193cf1a2456e98a2f385 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 2 Dec 2010 13:21:04 +0000 Subject: [PATCH 1/2] dbus-1.pc.in: move -lpthread, -lrt, Winsock to Libs.private "Private libraries are libraries which are not exposed through your library, but are needed in the case of static linking" -- pkg-config(1) --- dbus-1.pc.in | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/dbus-1.pc.in b/dbus-1.pc.in index e3e63c4..421f3c8 100644 --- a/dbus-1.pc.in +++ b/dbus-1.pc.in @@ -12,5 +12,6 @@ daemondir=@DBUS_DAEMONDIR@ Name: dbus Description: Free desktop message bus Version: @VERSION@ -Libs: -L${libdir} -ldbus-1 @DBUS_CLIENT_LIBS@ +Libs: -L${libdir} -ldbus-1 +Libs.private: @DBUS_CLIENT_LIBS@ Cflags: -I${includedir}/dbus-1.0 -I${libdir}/dbus-1.0/include -- 1.7.2.3