12 lines
277 B
PkgConfig
12 lines
277 B
PkgConfig
|
prefix="/usr/local"
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: libwebsockets
|
||
|
Description: Websockets server and client library
|
||
|
Version: 4.3.99-v4.3.0-424-ga74362ff
|
||
|
|
||
|
Libs: -L${libdir} -lwebsockets
|
||
|
Cflags: -I${includedir}
|
||
|
Requires: libcap
|