mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 19:30:29 -05:00
16 lines
284 B
PkgConfig
16 lines
284 B
PkgConfig
#libevent pkg-config source file
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libevent_extra
|
|
Description: libevent_extra
|
|
Version: @VERSION@
|
|
Requires:
|
|
Conflicts:
|
|
Libs: -L${libdir} -levent_extra
|
|
Libs.private: @LIBS@
|
|
Cflags: -I${includedir}
|
|
|