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: LibVNCServer
Description: A library for easy implementation of a VNC server.
Version: 0.9.13
Requires:
Requires.private:
Libs: -L${libdir} -lvncserver
Libs.private: -lpthread -lsystemd -lz -ljpeg -lpng -lgcrypt -lgnutls -lssl -lcrypto
Cflags: -I${includedir}
|