Home | History | Annotate | Download | only in libvncserver
      1 prefix=@prefix@
      2 exec_prefix=@exec_prefix@
      3 libdir=@libdir@
      4 includedir=@includedir@
      5 
      6 Name: LibVNCServer
      7 Description: A library for easy implementation of a VNC server.
      8 Version: @VERSION@
      9 Requires:
     10 Requires.private: zlib
     11 Libs: -L${libdir} -lvncserver
     12 Libs.private: @LIBS@ @WSOCKLIB@
     13 Cflags: -I${includedir}
     14 
     15