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: 12eed19066
Change-Id: Ic3e4e191990e6b76ec52b81e506b49980e20ce20
This commit is contained in:
Pau Espin 2022-03-29 11:04:55 +02:00
parent e1a0aaa860
commit 39f47983e1
1 changed files with 2 additions and 1 deletions

View File

@ -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@