From 2f54d3ef628e814c52126de026c976048af6dd78 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Mon, 2 Jan 2017 14:43:30 +0100 Subject: CMake: bump SOVERSION to 1. Fixes https://github.com/LibVNC/libvncserver/issues/149 --- libvncclient.pc.cmakein | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libvncclient.pc.cmakein (limited to 'libvncclient.pc.cmakein') diff --git a/libvncclient.pc.cmakein b/libvncclient.pc.cmakein new file mode 100644 index 0000000..37495e7 --- /dev/null +++ b/libvncclient.pc.cmakein @@ -0,0 +1,14 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: LibVNCClient +Description: A library for easy implementation of a VNC client. +Version: @VERSION@ +Requires: +Requires.private: zlib +Libs: -L${libdir} -lvncclient +Libs.private: @LIBS@ @WSOCKLIB@ +Cflags: -I${includedir} + -- cgit v1.2.1