ipc/chromium/src/third_party/libevent/libevent_pthreads.pc.in

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ipc/chromium/src/third_party/libevent/libevent_pthreads.pc.in	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +#libevent pkg-config source file
     1.5 +
     1.6 +prefix=@prefix@
     1.7 +exec_prefix=@exec_prefix@
     1.8 +libdir=@libdir@
     1.9 +includedir=@includedir@
    1.10 +
    1.11 +Name: libevent_pthreads
    1.12 +Description: libevent_pthreads adds pthreads-based threading support to libevent
    1.13 +Version: @VERSION@
    1.14 +Requires: libevent
    1.15 +Conflicts:
    1.16 +Libs: -L${libdir} -levent_pthreads
    1.17 +Libs.private: @LIBS@ @PTHREAD_LIBS@
    1.18 +Cflags: -I${includedir} @PTHREAD_CFLAGS@
    1.19 +

mercurial