aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2022-08-17 14:46:35 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2022-08-23 18:46:25 +0200
commit2904ba36bd67534819595f01cb3eb0a089bf342b (patch)
treeafb91b17a0c344e9325903bd0eacb12d1176ce1a
parenta6eba99ab0055c96fbf7623ff34460a642d40412 (diff)
pkgconfig: add missing 'Requires:'
-rw-r--r--libosmo-gtlv.pc.in1
-rw-r--r--libosmo-pfcp.pc.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/libosmo-gtlv.pc.in b/libosmo-gtlv.pc.in
index 63e3c73..8f1f594 100644
--- a/libosmo-gtlv.pc.in
+++ b/libosmo-gtlv.pc.in
@@ -6,5 +6,6 @@ includedir=@includedir@
Name: Osmocom Generic TLV Library
Description: C Utility Library to parse Tag-Length-Value based protocols
Version: @VERSION@
+Requires: libosmocore, talloc
Libs: -L${libdir} -losmo-gtlv
Cflags: -I${includedir}/
diff --git a/libosmo-pfcp.pc.in b/libosmo-pfcp.pc.in
index c482751..0ed5160 100644
--- a/libosmo-pfcp.pc.in
+++ b/libosmo-pfcp.pc.in
@@ -6,5 +6,6 @@ includedir=@includedir@
Name: Osmocom PFCP library
Description: C Utility Library that implements the PFCP protocol and endpoint
Version: @VERSION@
+Requires: libosmo-gtlv, libosmocore, talloc
Libs: -L${libdir} -losmo-pfcp
Cflags: -I${includedir}/