1275970Scy#libevent pkg-config source file
2275970Scy
3275970Scyprefix=@prefix@
4275970Scyexec_prefix=@exec_prefix@
5275970Scylibdir=@libdir@
6275970Scyincludedir=@includedir@
7275970Scy
8275970ScyName: libevent_pthreads
9275970ScyDescription: libevent_pthreads adds pthreads-based threading support to libevent
10275970ScyVersion: @VERSION@
11275970ScyRequires: libevent
12275970ScyConflicts:
13275970ScyLibs: -L${libdir} -levent_pthreads
14275970ScyLibs.private: @LIBS@ @PTHREAD_LIBS@
15275970ScyCflags: -I${includedir} @PTHREAD_CFLAGS@
16275970Scy
17