pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmocore/+/31357 )
Change subject: libosmogb.pc.in: Fix missing dependency on libosmogsm
......................................................................
libosmogb.pc.in: Fix missing dependency on libosmogsm
Change-Id: I5efa04d1c5cabc65b42de624b26fdbf9ebe746b1
---
M libosmogb.pc.in
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/57/31357/1
diff --git a/libosmogb.pc.in b/libosmogb.pc.in
index 0a62426..5573bd9 100644
--- a/libosmogb.pc.in
+++ b/libosmogb.pc.in
@@ -6,6 +6,6 @@
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
--
To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/31357
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I5efa04d1c5cabc65b42de624b26fdbf9ebe746b1
Gerrit-Change-Number: 31357
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange