diff -r 000000000000 -r 6474c204b198 ipc/chromium/src/third_party/libevent/libevent_pthreads.pc.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ipc/chromium/src/third_party/libevent/libevent_pthreads.pc.in Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,16 @@ +#libevent pkg-config source file + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libevent_pthreads +Description: libevent_pthreads adds pthreads-based threading support to libevent +Version: @VERSION@ +Requires: libevent +Conflicts: +Libs: -L${libdir} -levent_pthreads +Libs.private: @LIBS@ @PTHREAD_LIBS@ +Cflags: -I${includedir} @PTHREAD_CFLAGS@ +