summaryrefslogtreecommitdiffstats
path: root/libnetfilter_log.pc.in
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2021-10-09 12:38:31 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2021-10-12 00:59:08 +0200
commitf7da00cdc597be1ea5a740aa269a451d8393f0a6 (patch)
treeafbbeaaa714437795e820ca0a67447987a3f5758 /libnetfilter_log.pc.in
parentad78308508160532f8c464e194bb7b5cd83a2dc9 (diff)
build: correct pkg-config dependency configuration
Put libnfnetlink and libmnl in `Requires.private`. They both use pkg-config (thus `Requires`, not `Libs`), and they are both required for static builds, but do not need to be exposed otherwise (thus `Requires.private`). Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'libnetfilter_log.pc.in')
-rw-r--r--libnetfilter_log.pc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/libnetfilter_log.pc.in b/libnetfilter_log.pc.in
index a4b2f3b..9dbed77 100644
--- a/libnetfilter_log.pc.in
+++ b/libnetfilter_log.pc.in
@@ -6,11 +6,11 @@ libdir=@libdir@
includedir=@includedir@
Name: libnetfilter_log
-Description: netfilter userspace packet logging library
+Description: Netfilter userspace packet logging library
URL: http://netfilter.org/projects/libnetfilter_log/
Version: @VERSION@
-Requires: libnfnetlink
+Requires.private: libnfnetlink >= @LIBNFNETLINK_MIN_VERSION@,
+ libmnl >= @LIBMNL_MIN_VERSION@
Conflicts:
Libs: -L${libdir} -lnetfilter_log
-Libs.private: @LIBNFNETLINK_LIBS@
Cflags: -I${includedir}