diff options
author | Christian Beier <[email protected]> | 2017-01-02 14:43:30 +0100 |
---|---|---|
committer | Christian Beier <[email protected]> | 2017-01-02 14:44:32 +0100 |
commit | 2f54d3ef628e814c52126de026c976048af6dd78 (patch) | |
tree | 25988c144dd751859b04f79c460013dc9631e0c6 /libvncclient.pc.cmakein | |
parent | cc2c6046052f943e487280f8eddd7d89c53abe07 (diff) | |
download | libtdevnc-2f54d3ef628e814c52126de026c976048af6dd78.tar.gz libtdevnc-2f54d3ef628e814c52126de026c976048af6dd78.zip |
CMake: bump SOVERSION to 1.
Fixes https://github.com/LibVNC/libvncserver/issues/149
Diffstat (limited to 'libvncclient.pc.cmakein')
-rw-r--r-- | libvncclient.pc.cmakein | 14 |
1 files changed, 14 insertions, 0 deletions
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} + |