From deff81ddbbaee0fbfcd5ded7f807066204e7503f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=A4rdian?= Date: Mon, 14 Sep 2026 15:01:23 +0200 Subject: [PATCH] build: provide usable pkg-config metadata for libagm and libsndparser MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The agm.pc and sndparser.pc files are currently left with incomplete Cflags & Libs stanzas. We're extending those with this commit. Signed-off-by: Lukas Märdian --- service/agm.pc.in | 2 ++ snd_parser/sndparser.pc.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/service/agm.pc.in b/service/agm.pc.in index bfc4ab84..b8f80e90 100644 --- a/service/agm.pc.in +++ b/service/agm.pc.in @@ -6,3 +6,5 @@ includedir=@includedir@ Name: agm Description: agm library Version: @LT_VERSION@ +Libs: -L${libdir} -lagm +Cflags: -I${includedir} diff --git a/snd_parser/sndparser.pc.in b/snd_parser/sndparser.pc.in index 76c7e78b..d01e47ed 100644 --- a/snd_parser/sndparser.pc.in +++ b/snd_parser/sndparser.pc.in @@ -6,5 +6,5 @@ includedir=@includedir@ Name: sndparser Description: sndparser library Version: @LT_VERSION@ -Libs: -L${libdir} +Libs: -L${libdir} -lsndcardparser Cflags: -I${includedir}/sndparser