neels has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-pfcp/+/29201 )
Change subject: pkgconfig: add missing 'Requires:' ......................................................................
pkgconfig: add missing 'Requires:'
Change-Id: I018caa584cb1f5fa1b2a7e6e6f9ec26e5b54eea7 --- M libosmo-gtlv.pc.in M libosmo-pfcp.pc.in 2 files changed, 2 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, but someone else must approve fixeria: Looks good to me, approved
diff --git a/libosmo-gtlv.pc.in b/libosmo-gtlv.pc.in index 63e3c73..8f1f594 100644 --- a/libosmo-gtlv.pc.in +++ b/libosmo-gtlv.pc.in @@ -6,5 +6,6 @@ Name: Osmocom Generic TLV Library Description: C Utility Library to parse Tag-Length-Value based protocols Version: @VERSION@ +Requires: libosmocore, talloc Libs: -L${libdir} -losmo-gtlv Cflags: -I${includedir}/ diff --git a/libosmo-pfcp.pc.in b/libosmo-pfcp.pc.in index c482751..0ed5160 100644 --- a/libosmo-pfcp.pc.in +++ b/libosmo-pfcp.pc.in @@ -6,5 +6,6 @@ Name: Osmocom PFCP library Description: C Utility Library that implements the PFCP protocol and endpoint Version: @VERSION@ +Requires: libosmo-gtlv, libosmocore, talloc Libs: -L${libdir} -losmo-pfcp Cflags: -I${includedir}/