summaryrefslogtreecommitdiffstats
path: root/libvncserver.pc.in
diff options
context:
space:
mode:
authorLuca Falavigna <dktrkranz@debian.org>2014-08-10 15:04:55 +0200
committerJohannes Schindelin <johannes.schindelin@gmx.de>2014-08-16 15:56:57 +0200
commitce8e04a7613377b9c420a4e5452065e5e3dae2d8 (patch)
tree58ff35c8b4d94b7fbbd3413106ab5cd9cffa7a68 /libvncserver.pc.in
parent27b0c0deb79de78a693d335880b8908131c255df (diff)
downloadlibvncserver-ce8e04a7613377b9c420a4e5452065e5e3dae2d8.zip
libvncserver-ce8e04a7613377b9c420a4e5452065e5e3dae2d8.tar.gz
Use Libs.private to avoid unnecessary linkage
Diffstat (limited to 'libvncserver.pc.in')
-rw-r--r--libvncserver.pc.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/libvncserver.pc.in b/libvncserver.pc.in
index f9273ea..d246052 100644
--- a/libvncserver.pc.in
+++ b/libvncserver.pc.in
@@ -7,6 +7,8 @@ Name: LibVNCServer
Description: A library for easy implementation of a VNC server.
Version: @VERSION@
Requires:
-Libs: -L${libdir} -lvncserver @LIBS@ @WSOCKLIB@
+Requires.private: zlib
+Libs: -L${libdir} -lvncserver
+Libs.private: @LIBS@ @WSOCKLIB@
Cflags: -I${includedir}
OpenPOWER on IntegriCloud