build: add required libraries to libuv.pc.in

This commit is contained in:
Saúl Ibarra Corretgé 2014-03-02 11:46:32 +01:00
parent b870d914eb
commit 409c7b37c1

View File

@ -7,5 +7,5 @@ Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@ Version: @PACKAGE_VERSION@
Description: multi-platform support library with a focus on asynchronous I/O. Description: multi-platform support library with a focus on asynchronous I/O.
Libs: -L${libdir} -luv Libs: -L${libdir} -luv @LIBS@
Cflags: -I${includedir} Cflags: -I${includedir}