summaryrefslogtreecommitdiffstats
path: root/lib/libxdp/libxdp.pc.template
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libxdp/libxdp.pc.template')
-rw-r--r--lib/libxdp/libxdp.pc.template12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libxdp/libxdp.pc.template b/lib/libxdp/libxdp.pc.template
new file mode 100644
index 0000000..30b10d4
--- /dev/null
+++ b/lib/libxdp/libxdp.pc.template
@@ -0,0 +1,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}