pkgconf: require libosmocore

osmocom/abis/e1_input.h includes osmocom/core/linuxlist.h, therefore
the .pc file(s) need a dependency on libosmocore so that the Cflags
from libosmocore.pc make an appearance on the compiler command line
when using `pkg-config libosmoabis --cflags`.

Committed-by: Max <msuraev@sysmocom.de>
Change-Id: Iacf4ccdb1c2a0e64ac997bda11161b8fe2548725
This commit is contained in:
Jan Engelhardt 2022-08-03 19:13:14 +02:00 committed by Max
parent 79fbccf293
commit 74c8eba5ad
2 changed files with 2 additions and 1 deletions

View File

@ -8,4 +8,4 @@ Description: C Utility Library
Version: @VERSION@
Libs: -L${libdir} -losmoabis
Cflags: -I${includedir}/
Requires: libosmocore

View File

@ -8,3 +8,4 @@ Description: C Utility Library
Version: @VERSION@
Libs: -L${libdir} -losmotrau
Cflags: -I${includedir}/
Requires: libosmocore