Commit ce8e04a7 authored by Luca Falavigna's avatar Luca Falavigna Committed by Johannes Schindelin

Use Libs.private to avoid unnecessary linkage

parent 27b0c0de
...@@ -7,6 +7,8 @@ Name: LibVNCClient ...@@ -7,6 +7,8 @@ Name: LibVNCClient
Description: A library for easy implementation of a VNC client. Description: A library for easy implementation of a VNC client.
Version: @VERSION@ Version: @VERSION@
Requires: Requires:
Libs: -L${libdir} -lvncclient @LIBS@ @WSOCKLIB@ Requires.private: zlib
Libs: -L${libdir} -lvncclient
Libs.private: @LIBS@ @WSOCKLIB@
Cflags: -I${includedir} Cflags: -I${includedir}
...@@ -7,6 +7,8 @@ Name: LibVNCServer ...@@ -7,6 +7,8 @@ Name: LibVNCServer
Description: A library for easy implementation of a VNC server. Description: A library for easy implementation of a VNC server.
Version: @VERSION@ Version: @VERSION@
Requires: Requires:
Libs: -L${libdir} -lvncserver @LIBS@ @WSOCKLIB@ Requires.private: zlib
Libs: -L${libdir} -lvncserver
Libs.private: @LIBS@ @WSOCKLIB@
Cflags: -I${includedir} Cflags: -I${includedir}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment