diff options
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} + |