1#libevent pkg-config source file 2 3prefix=@prefix@ 4exec_prefix=@exec_prefix@ 5libdir=@libdir@ 6includedir=@includedir@ 7 8Name: libevent_pthreads 9Description: libevent_pthreads adds pthreads-based threading support to libevent 10Version: @VERSION@ 11Requires: libevent 12Conflicts: 13Libs: -L${libdir} -levent_pthreads 14Libs.private: @LIBS@ @PTHREAD_LIBS@ 15Cflags: -I${includedir} @PTHREAD_CFLAGS@ 16 17