diff options
Diffstat (limited to 'ipc/chromium/src/third_party/libevent/libevent.pc.in')
-rw-r--r-- | ipc/chromium/src/third_party/libevent/libevent.pc.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ipc/chromium/src/third_party/libevent/libevent.pc.in b/ipc/chromium/src/third_party/libevent/libevent.pc.in new file mode 100644 index 000000000..7030884ee --- /dev/null +++ b/ipc/chromium/src/third_party/libevent/libevent.pc.in @@ -0,0 +1,16 @@ +#libevent pkg-config source file + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libevent +Description: libevent is an asynchronous notification event loop library +Version: @VERSION@ +Requires: +Conflicts: +Libs: -L${libdir} -levent +Libs.private: @LIBS@ +Cflags: -I${includedir} + |