File: libxdp.pc.template

package info (click to toggle)
xdp-tools 1.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,256 kB
  • sloc: ansic: 24,705; sh: 2,627; makefile: 422; python: 337; lisp: 53
file content (12 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)

prefix=@PREFIX@
libdir=@LIBDIR@
includedir=${prefix}/include

Name: libxdp
Description: XDP library
Version: @VERSION@
Libs: -L${libdir} -lxdp
Requires.private: libbpf
Cflags: -I${includedir}