libosmo-{csn1,gprs-rlcmac}.pc.in: add missing Requires
Change-Id: I673a51fbf8ee339b20baca4998ef79e96170f21echanges/03/29203/2
parent
5e93c7d048
commit
1014ac4b18
|
@ -6,5 +6,6 @@ includedir=@includedir@
|
|||
Name: Osmocom CSN.1 Codec Library
|
||||
Description: C Utility Library
|
||||
Version: @VERSION@
|
||||
Requires: libosmocore
|
||||
Libs: -L${libdir} -losmo-csn1
|
||||
Cflags: -I${includedir}/
|
||||
|
|
|
@ -6,5 +6,6 @@ includedir=@includedir@
|
|||
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}/
|
||||
|
|
Loading…
Reference in New Issue