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"
8368e7d5d5
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
This commit is contained in:
Neels Hofmeyr 2023-02-24 18:58:51 +01:00
parent a2154c7350
commit a2a8f56513
1 changed files with 1 additions and 0 deletions

View File

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