123456789101112131415161718 |
- #
- # pkg-config file for libpcap.
- #
- # These variables come from the configure script, so includedir and
- # libdir may be defined in terms of prefix and exec_prefix, so the
- # latter must be defined as well.
- #
- prefix="/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libpcap-1.9.0/release"
- exec_prefix="${prefix}"
- includedir="${prefix}/include"
- libdir="${exec_prefix}/lib"
- Name: libpcap
- Description: Platform-independent network traffic capture library
- Version: 1.9.0-PRE-GIT
- Libs: -L${libdir} -lpcap
- Libs.private: -lnl-genl-3 -lnl-3
- Cflags: -I${includedir}
|