mirror of
https://github.com/darlinghq/darling-libkqueue.git
synced 2024-11-23 11:49:50 +00:00
13 lines
263 B
PkgConfig
13 lines
263 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libkqueue
|
|
Description: Emulates FreeBSD kqueue(2) on other platforms
|
|
Version: @VERSION@
|
|
Requires:
|
|
Libs: -lkqueue
|
|
Libs.private: -lpthread -lrt
|
|
Cflags: -I${includedir}/kqueue
|