5b6a18b4b1
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/libuv#4e96673d2a7b63d6232667e8dd41ce2aabd3a18b
12 lines
254 B
PkgConfig
12 lines
254 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libuv
|
|
Description: Development libraries for libuv
|
|
Version: @version@
|
|
Libs: -L${libdir} -luv -lrt -lpthread -lnsl -ldl
|
|
Cflags: -I{includedir}
|
|
URL: http://libuv.org/
|