aboutsummaryrefslogtreecommitdiffstats
path: root/libosmogb.pc.in
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-03-25 10:42:28 +0100
committerlaforge <laforge@osmocom.org>2022-03-25 09:45:42 +0000
commit609001d0899ec010fc9fbf94643c469f52cd1d5f (patch)
treef2429f01e3628eb24d0a79765be9ed5e8e71f2bf /libosmogb.pc.in
parentdebian/control: libosmocore-dev must depend on libsctp-dev and libusb-1.0-0-dev (diff)
downloadlibosmocore-609001d0899ec010fc9fbf94643c469f52cd1d5f.tar.xz
libosmocore-609001d0899ec010fc9fbf94643c469f52cd1d5f.zip
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
Diffstat (limited to 'libosmogb.pc.in')
-rw-r--r--libosmogb.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libosmogb.pc.in b/libosmogb.pc.in
index d545ce2d..0a62426f 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