aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocore.pc.in
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-25 17:02:05 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-01-25 17:12:07 +0100
commit4eb89afa8004e887cb671787f3d119f8ca4e1f7f (patch)
treeeffe99636c177ad11a6144f2e4b0c3419560b58c /libosmocore.pc.in
parent51e9dde95eb3eab16e572cff8b0f0841837201b8 (diff)
configure --enable-libmnl: Add libmnl to libosmocore.pc.in Requires
Diffstat (limited to 'libosmocore.pc.in')
-rw-r--r--libosmocore.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libosmocore.pc.in b/libosmocore.pc.in
index d804b8e2..6479221e 100644
--- a/libosmocore.pc.in
+++ b/libosmocore.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
Name: Osmocom Core Library
Description: C Utility Library
Version: @VERSION@
-Requires: talloc
+Requires: talloc @LIBMNL_PC@
Requires.private: @LIBSCTP_PC@
Libs: -L${libdir} -losmocore
Libs.private: @PTHREAD_LIBS@ @LIBSCTP_LIBS@