From 609001d0899ec010fc9fbf94643c469f52cd1d5f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 25 Mar 2022 10:42:28 +0100 Subject: [PATCH] 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 --- libosmogb.pc.in | 2 +- libosmovty.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libosmogb.pc.in b/libosmogb.pc.in index d545ce2d7..0a62426f5 100644 --- a/libosmogb.pc.in +++ b/libosmogb.pc.in @@ -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 diff --git a/libosmovty.pc.in b/libosmovty.pc.in index 9a907e04e..5d9286a29 100644 --- a/libosmovty.pc.in +++ b/libosmovty.pc.in @@ -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}/