17 lines
380 B
PkgConfig
17 lines
380 B
PkgConfig
|
#libevent pkg-config source file
|
||
|
|
||
|
prefix=/usr/local
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: libevent_pthreads
|
||
|
Description: libevent_pthreads adds pthreads-based threading support to libevent
|
||
|
Version: 2.1.12-stable
|
||
|
Requires: libevent
|
||
|
Conflicts:
|
||
|
Libs: -L${libdir} -levent_pthreads
|
||
|
Libs.private:
|
||
|
Cflags: -I${includedir} -D_THREAD_SAFE
|
||
|
|