From a2a8f56513e403762f3ed5b5d4dc98183dc06a2f Mon Sep 17 00:00:00 2001 From: Neels Janosch Hofmeyr Date: Fri, 24 Feb 2023 18:58:51 +0100 Subject: [PATCH] libosmo-pfcp.pc.in: add missing libosmogsm We use osmo_apn_from_str() and osmo_apn_to_str(), defined in libosmogsm, since this commit: "fix coding of Network Instance IE" 8368e7d5d59140fc77b890493a47a08cd644e2f8 I9d67464ef0f92b0512cfd6e48d203f8828a82a19 Since libosmo-pfcp merely calls the two functions and none of libosmogsm is exposed in the libosmo-pfcp API, it suffices to use Requires.private in the .pc file. Change-Id: Ie1c92d251af6a3e42759ff0da0d3693356b5e1d3 --- libosmo-pfcp.pc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/libosmo-pfcp.pc.in b/libosmo-pfcp.pc.in index 0ed5160..58a6164 100644 --- a/libosmo-pfcp.pc.in +++ b/libosmo-pfcp.pc.in @@ -7,5 +7,6 @@ Name: Osmocom PFCP library Description: C Utility Library that implements the PFCP protocol and endpoint Version: @VERSION@ Requires: libosmo-gtlv, libosmocore, talloc +Requires.private: libosmogsm Libs: -L${libdir} -losmo-pfcp Cflags: -I${includedir}/