summaryrefslogtreecommitdiffstats
path: root/libvncserver.pc.in
blob: f9273ea98627fe0bce1c49fa90a07453cfdb6c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: LibVNCServer
Description: A library for easy implementation of a VNC server.
Version: @VERSION@
Requires:
Libs: -L${libdir} -lvncserver @LIBS@ @WSOCKLIB@
Cflags: -I${includedir}