summaryrefslogtreecommitdiff
path: root/dbus-1.pc.in
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-12-02 13:21:04 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-04-26 19:16:01 +0100
commit3f047a6dfd79045854f776371d7196bebbe8a183 (patch)
treea24e1af516616152b06af95dca2fe0c49dae0860 /dbus-1.pc.in
parent3eac3d3e6d38a2507a6ca923b98e55377e7e26f9 (diff)
downloaddbus-3f047a6dfd79045854f776371d7196bebbe8a183.tar.gz
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) Reviewed-by: Colin Walters <walters@verbum.org>
Diffstat (limited to 'dbus-1.pc.in')
-rw-r--r--dbus-1.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbus-1.pc.in b/dbus-1.pc.in
index e3e63c4f..421f3c82 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