libosmogb.pc.in: Fix missing dependency on libosmogsm

Change-Id: I5efa04d1c5cabc65b42de624b26fdbf9ebe746b1
This commit is contained in:
Pau Espin 2023-02-17 12:55:59 +01:00
parent 0158b05337
commit 2bb8a1219c
1 changed files with 1 additions and 1 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: talloc, libosmocore, libosmovty
Requires: talloc, libosmocore, libosmovty, libosmogsm
Libs: -L${libdir} -losmogb
Cflags: -I${includedir}/ -fno-strict-aliasing