cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

libvncserver.pc (338B)


      1prefix=/opt/guacamole
      2exec_prefix=/opt/guacamole
      3libdir=/opt/guacamole/lib
      4includedir=/opt/guacamole/include
      5
      6Name: LibVNCServer
      7Description: A library for easy implementation of a VNC server.
      8Version: 0.9.14
      9Requires:
     10Requires.private:
     11Libs: -L${libdir} -lvncserver
     12Libs.private:  -lz -ljpeg -lpng -lssl -lcrypto
     13Cflags: -I${includedir}