Set opcode correctly for binary frames.
[libvncserver.git] / libvncserver.pc.in
blobf9273ea98627fe0bce1c49fa90a07453cfdb6c31
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
6 Name: LibVNCServer
7 Description: A library for easy implementation of a VNC server.
8 Version: @VERSION@
9 Requires:
10 Libs: -L${libdir} -lvncserver @LIBS@ @WSOCKLIB@
11 Cflags: -I${includedir}