aboutsummaryrefslogtreecommitdiffstats
path: root/libosmogb.pc.in
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2022-03-14 11:28:14 +0100
committerlaforge <laforge@osmocom.org>2022-03-24 14:57:22 +0000
commit12eed19066a11aece6f346b54b85326bc6ba7f0b (patch)
treec7088bf5e7c3768a5389a233490ea8df2ddc415f /libosmogb.pc.in
parentbe1338789a8d373b927baa9a2b4b4382b1d16780 (diff)
clean-up pkg-config files: Make use of "Requires" as documented
According to the pkg-config manual, "Libs" should not contain flags for _required_ packages. Instead, they should be expressed via "Requires". Let's do that Change-Id: I2ab1fe8e4bbfc120b471d6c9f2312a89dbc7d42b
Diffstat (limited to 'libosmogb.pc.in')
-rw-r--r--libosmogb.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libosmogb.pc.in b/libosmogb.pc.in
index a163cc42..d545ce2d 100644
--- a/libosmogb.pc.in
+++ b/libosmogb.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: Osmocom GPRS Gb Library
Description: Osmocom GPRS Gb Interface (NS/BSSGP) Library
Version: @VERSION@
-Libs: -L${libdir} @TALLOC_LIBS@ -losmogb -losmovty -losmocore
+Requires: libosmocore, libosmovty
+Libs: -L${libdir} -losmogb
Cflags: -I${includedir}/ -fno-strict-aliasing
-