From dd207b23f8d8ffe36e6727c813372a7858aafd02 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 10 Nov 2022 10:02:24 -0800 Subject: ice.pc.in: "Libs.Private" should be "Libs.private" Fixes: b9411f7 ("ice.pc.in: add -lbsd flags when required") Signed-off-by: Alan Coopersmith --- ice.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ice.pc.in b/ice.pc.in index b126404..4825eba 100644 --- a/ice.pc.in +++ b/ice.pc.in @@ -9,4 +9,4 @@ Version: @PACKAGE_VERSION@ Requires: xproto Cflags: -I${includedir} Libs: -L${libdir} -lICE -Libs.Private: @LIBBSD_LIBS@ +Libs.private: @LIBBSD_LIBS@ -- cgit v1.2.3