Use Libs.private to avoid unnecessary linkage

pull/1/head
Luca Falavigna 10 years ago committed by Johannes Schindelin
parent 27b0c0deb7
commit ce8e04a761

@ -7,6 +7,8 @@ Name: LibVNCClient
Description: A library for easy implementation of a VNC client.
Version: @VERSION@
Requires:
Libs: -L${libdir} -lvncclient @LIBS@ @WSOCKLIB@
Requires.private: zlib
Libs: -L${libdir} -lvncclient
Libs.private: @LIBS@ @WSOCKLIB@
Cflags: -I${includedir}

@ -7,6 +7,8 @@ Name: LibVNCServer
Description: A library for easy implementation of a VNC server.
Version: @VERSION@
Requires:
Libs: -L${libdir} -lvncserver @LIBS@ @WSOCKLIB@
Requires.private: zlib
Libs: -L${libdir} -lvncserver
Libs.private: @LIBS@ @WSOCKLIB@
Cflags: -I${includedir}

Loading…
Cancel
Save