fixeria has uploaded this change for review.

View Change

libosmo-{csn1,gprs-rlcmac}.pc.in: add missing Requires

Change-Id: I673a51fbf8ee339b20baca4998ef79e96170f21e
---
M libosmo-csn1.pc.in
M libosmo-gprs-rlcmac.pc.in
2 files changed, 2 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/03/29203/1
diff --git a/libosmo-csn1.pc.in b/libosmo-csn1.pc.in
index c2e1ff8..b338bbe 100644
--- a/libosmo-csn1.pc.in
+++ b/libosmo-csn1.pc.in
@@ -6,5 +6,6 @@
Name: Osmocom CSN.1 Codec Library
Description: C Utility Library
Version: @VERSION@
+Requires: libosmocore
Libs: -L${libdir} -losmo-csn1
Cflags: -I${includedir}/
diff --git a/libosmo-gprs-rlcmac.pc.in b/libosmo-gprs-rlcmac.pc.in
index 4108c36..5424485 100644
--- a/libosmo-gprs-rlcmac.pc.in
+++ b/libosmo-gprs-rlcmac.pc.in
@@ -6,5 +6,6 @@
Name: Osmocom [E]GPRS RLC/MAC Library
Description: C Utility Library
Version: @VERSION@
+Requires: libosmocore, libosmo-csn1
Libs: -L${libdir} -losmo-gprs-rlcmac
Cflags: -I${includedir}/

To view, visit change 29203. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: I673a51fbf8ee339b20baca4998ef79e96170f21e
Gerrit-Change-Number: 29203
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange