summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-11-10 10:02:24 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-11-10 10:03:09 -0800
commitdd207b23f8d8ffe36e6727c813372a7858aafd02 (patch)
tree80ca6379e7f6b170581464c82802f19cf9053954
parent0515b88aa55e6e55d7ab2808d245fdd64f7863ff (diff)
downloadxorg-lib-libICE-dd207b23f8d8ffe36e6727c813372a7858aafd02.tar.gz
ice.pc.in: "Libs.Private" should be "Libs.private"
Fixes: b9411f7 ("ice.pc.in: add -lbsd flags when required") Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--ice.pc.in2
1 files changed, 1 insertions, 1 deletions
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@