aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocore.pc.in
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-03-29 11:04:55 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2022-03-29 11:23:42 +0200
commit39f47983e10f0bef66e103dd23ad1eca5a95f660 (patch)
tree2eb37940fa247348f0f66eab9ee7f6a1bafcb128 /libosmocore.pc.in
parente1a0aaa860b2d8c686f7735f0d3f83fce3732509 (diff)
libosmocore.pc.in: put libsctp in Requires.private
The libsctp use in libosmocore is internal, not exposed to applications. Hence, it must not be in "Requires" but in "Requires.private". Fixes: 12eed19066a11aece6f346b54b85326bc6ba7f0b Change-Id: Ic3e4e191990e6b76ec52b81e506b49980e20ce20
Diffstat (limited to 'libosmocore.pc.in')
-rw-r--r--libosmocore.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libosmocore.pc.in b/libosmocore.pc.in
index 3bb9b9ad..6296417a 100644
--- a/libosmocore.pc.in
+++ b/libosmocore.pc.in
@@ -6,7 +6,8 @@ includedir=@includedir@
Name: Osmocom Core Library
Description: C Utility Library
Version: @VERSION@
-Requires: talloc, libsctp
+Requires: talloc
+Requires.private: libsctp
Libs: -L${libdir} -losmocore
Libs.private: @PTHREAD_LIBS@
Cflags: -I${includedir}/ @PTHREAD_CFLAGS@