Blame view

ext_dep/libvncserver/build/libvncclient.pc 355 Bytes
8d728d065   신재종   add libvncserver ...
1
2
3
4
5
6
7
8
9
10
11
12
13
  prefix=/usr/local
  exec_prefix=/usr/local
  libdir=/usr/local/lib
  includedir=/usr/local/include
  
  Name: LibVNCClient
  Description: A library for easy implementation of a VNC client.
  Version: 0.9.13
  Requires:
  Requires.private:
  Libs: -L${libdir} -lvncclient
  Libs.private:  -lpthread -lsystemd -lz -ljpeg -lgcrypt -lgnutls -lssl -lcrypto
  Cflags: -I${includedir}