cscg24-guacamole

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

freerdp2.pc (375B)


      1prefix=/opt/guacamole
      2exec_prefix=/opt/guacamole
      3libdir=/opt/guacamole/lib
      4includedir=${prefix}/include/freerdp2/
      5libs=-lfreerdp2
      6
      7Name: FreeRDP
      8Description: FreeRDP: A Remote Desktop Protocol Implementation
      9URL: http://www.freerdp.com/
     10Version: 2.11.2
     11Requires: 
     12Requires.private: winpr2 libssl
     13Libs: -L${libdir} ${libs}
     14Libs.private: -ldl -lpthread
     15Cflags: -I${includedir}