libosmo{gb,vty}.pc.in: Add talloc to 'Requires'

Both libraries use talloc symbols so they should require it,
see https://gerrit.osmocom.org/c/libosmocore/+/27521/1/libosmogb.pc.in#9

In subsequent patches, we should move all of those to Requires.private,
but I wanted to fix it step by step.

Change-Id: I755275ce4f4148b5beffaa28a6a0ce2dd0e2d6b4
This commit is contained in:
Harald Welte 2022-03-25 10:42:28 +01:00 committed by laforge
parent a47eefee56
commit 609001d089
2 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@ includedir=@includedir@
Name: Osmocom GPRS Gb Library
Description: Osmocom GPRS Gb Interface (NS/BSSGP) Library
Version: @VERSION@
Requires: libosmocore, libosmovty
Requires: talloc, libosmocore, libosmovty
Libs: -L${libdir} -losmogb
Cflags: -I${includedir}/ -fno-strict-aliasing

View File

@ -6,6 +6,6 @@ includedir=@includedir@
Name: Osmocom VTY Interface Library
Description: C Utility Library
Version: @VERSION@
Requires: libosmocore
Requires: talloc, libosmocore
Libs: -L${libdir} -losmovty
Cflags: -I${includedir}/