File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ vncserver: LibVNCServer-$(VNCSERVER_VERSION).tar.gz .sum-vncserver
21
21
$(APPLY ) $(SRC ) /vncserver/libvncclient-libjpeg-win32.patch
22
22
$(APPLY ) $(SRC ) /vncserver/rfbproto.patch
23
23
$(APPLY ) $(SRC ) /vncserver/png-detection.patch
24
+ $(APPLY ) $(SRC ) /vncserver/vnc-gnutls-pkg.patch
24
25
$(UPDATE_AUTOCONFIG )
25
26
$(MOVE )
26
27
Original file line number Diff line number Diff line change
1
+ --- vncserver.new/libvncclient.pc.in 2014-10-21 17:57:11.000000000 +0200
2
+ +++ vncserver/libvncclient.pc.in 2016-03-20 20:31:25.809313066 +0100
3
+ @@ -7,7 +7,7 @@
4
+ Description: A library for easy implementation of a VNC client.
5
+ Version: @VERSION@
6
+ Requires:
7
+ - Requires.private: zlib
8
+ + Requires.private: zlib, gnutls
9
+ Libs: -L${libdir} -lvncclient
10
+ Libs.private: @LIBS@ @WSOCKLIB@
11
+ Cflags: -I${includedir}
You can’t perform that action at this time.
0 commit comments