aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocore.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libosmocore.pc.in')
-rw-r--r--libosmocore.pc.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/libosmocore.pc.in b/libosmocore.pc.in
index 80f17c8b..6479221e 100644
--- a/libosmocore.pc.in
+++ b/libosmocore.pc.in
@@ -6,6 +6,8 @@ includedir=@includedir@
Name: Osmocom Core Library
Description: C Utility Library
Version: @VERSION@
-Libs: -L${libdir} @TALLOC_LIBS@ -losmocore
+Requires: talloc @LIBMNL_PC@
+Requires.private: @LIBSCTP_PC@
+Libs: -L${libdir} -losmocore
Libs.private: @PTHREAD_LIBS@ @LIBSCTP_LIBS@
-Cflags: -I${includedir}/ @TALLOC_CFLAGS@ @PTHREAD_CFLAGS@
+Cflags: -I${includedir}/ @PTHREAD_CFLAGS@