summaryrefslogtreecommitdiffstats
path: root/libvncclient.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libvncclient.pc.in')
-rw-r--r--libvncclient.pc.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/libvncclient.pc.in b/libvncclient.pc.in
index 143dc46..37495e7 100644
--- a/libvncclient.pc.in
+++ b/libvncclient.pc.in
@@ -7,6 +7,8 @@ Name: LibVNCClient
Description: A library for easy implementation of a VNC client.
Version: @VERSION@
Requires:
-Libs: -L${libdir} -lvncclient @LIBS@ @WSOCKLIB@
+Requires.private: zlib
+Libs: -L${libdir} -lvncclient
+Libs.private: @LIBS@ @WSOCKLIB@
Cflags: -I${includedir}
OpenPOWER on IntegriCloud