17 lines
325 B
PkgConfig
17 lines
325 B
PkgConfig
|
#libevent pkg-config source file
|
||
|
|
||
|
prefix=/d/prebuilt/libevent/mingw
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: libevent_core
|
||
|
Description: libevent_core
|
||
|
Version: 2.1.8-stable
|
||
|
Requires:
|
||
|
Conflicts:
|
||
|
Libs: -L${libdir} -levent_core
|
||
|
Libs.private: -lcrypto -lws2_32
|
||
|
Cflags: -I${includedir}
|
||
|
|