mirror of https://gerrit.osmocom.org/libosmocore
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
changes/97/27597/2
parent
e1a0aaa860
commit
39f47983e1
|
@ -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@
|
||||
|
|
Loading…
Reference in New Issue