Browse Source
Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Christian Beier <dontmind@freeshell.org>pull/1/head
5 changed files with 30 additions and 0 deletions
@ -0,0 +1,12 @@
|
||||
prefix=@prefix@ |
||||
exec_prefix=@exec_prefix@ |
||||
libdir=@libdir@ |
||||
includedir=@includedir@ |
||||
|
||||
Name: LibVNCClient |
||||
Description: A library for easy implementation of a VNC client. |
||||
Version: @VERSION@ |
||||
Requires: |
||||
Libs: -L${libdir} -lvncclient @LIBS@ @WSOCKLIB@ |
||||
Cflags: -I${includedir} |
||||
|
@ -0,0 +1,12 @@
|
||||
prefix=@prefix@ |
||||
exec_prefix=@exec_prefix@ |
||||
libdir=@libdir@ |
||||
includedir=@includedir@ |
||||
|
||||
Name: LibVNCServer |
||||
Description: A library for easy implementation of a VNC server. |
||||
Version: @VERSION@ |
||||
Requires: |
||||
Libs: -L${libdir} -lvncserver @LIBS@ @WSOCKLIB@ |
||||
Cflags: -I${includedir} |
||||
|
Loading…
Reference in new issue