pkgconfig: add missing 'Requires:'

Change-Id: I018caa584cb1f5fa1b2a7e6e6f9ec26e5b54eea7
This commit is contained in:
Neels Hofmeyr 2022-08-17 14:46:35 +02:00
parent a6eba99ab0
commit 2904ba36bd
2 changed files with 2 additions and 0 deletions

View File

@ -6,5 +6,6 @@ includedir=@includedir@
Name: Osmocom Generic TLV Library Name: Osmocom Generic TLV Library
Description: C Utility Library to parse Tag-Length-Value based protocols Description: C Utility Library to parse Tag-Length-Value based protocols
Version: @VERSION@ Version: @VERSION@
Requires: libosmocore, talloc
Libs: -L${libdir} -losmo-gtlv Libs: -L${libdir} -losmo-gtlv
Cflags: -I${includedir}/ Cflags: -I${includedir}/

View File

@ -6,5 +6,6 @@ includedir=@includedir@
Name: Osmocom PFCP library Name: Osmocom PFCP library
Description: C Utility Library that implements the PFCP protocol and endpoint Description: C Utility Library that implements the PFCP protocol and endpoint
Version: @VERSION@ Version: @VERSION@
Requires: libosmo-gtlv, libosmocore, talloc
Libs: -L${libdir} -losmo-pfcp Libs: -L${libdir} -losmo-pfcp
Cflags: -I${includedir}/ Cflags: -I${includedir}/