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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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@

mercurial