From 81da3f2b4fa9ccbbdcd135275ee62f0817bcab26 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Fri, 5 Jun 2020 12:37:25 +0100 Subject: [PATCH] libs/hypfs: use correct zlib name in pc file Its name is "zlib" not "z". Reported-by: Olaf Hering Fixes: 86234eafb952 ("libs: add libxenhypfs") Signed-off-by: Wei Liu Reviewed-by: Juergen Gross Acked-by: Ian Jackson Release-acked-by: Paul Durrant --- tools/libs/hypfs/xenhypfs.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libs/hypfs/xenhypfs.pc.in b/tools/libs/hypfs/xenhypfs.pc.in index 92a262c7a2..ef9fcc87bf 100644 --- a/tools/libs/hypfs/xenhypfs.pc.in +++ b/tools/libs/hypfs/xenhypfs.pc.in @@ -7,4 +7,4 @@ Description: The Xenhypfs library for Xen hypervisor Version: @@version@@ Cflags: -I${includedir} @@cflagslocal@@ Libs: @@libsflag@@${libdir} -lxenhypfs -Requires.private: xentoolcore,xentoollog,xencall,z +Requires.private: xentoolcore,xentoollog,xencall,zlib -- 2.30.2