Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 #libevent pkg-config source file
3 prefix=@prefix@
4 exec_prefix=@exec_prefix@
5 libdir=@libdir@
6 includedir=@includedir@
8 Name: libevent_pthreads
9 Description: libevent_pthreads adds pthreads-based threading support to libevent
10 Version: @VERSION@
11 Requires: libevent
12 Conflicts:
13 Libs: -L${libdir} -levent_pthreads
14 Libs.private: @LIBS@ @PTHREAD_LIBS@
15 Cflags: -I${includedir} @PTHREAD_CFLAGS@