Fix broken package config file xenlight.pc.in
authorCharles Arnold <carnold@suse.com>
Thu, 11 May 2017 16:29:42 +0000 (10:29 -0600)
committerWei Liu <wei.liu2@citrix.com>
Fri, 12 May 2017 10:05:08 +0000 (11:05 +0100)
The Requires line in this config file uses the wrong names for two dependencies.

The package config file for xenctrl is called 'xencontrol' and for blktapctl is
called 'xenblktapctl'. Running a command like 'pkg-config --exists xenlight' will
fail without this fix.

Signed-off-by: Charles Arnold <carnold@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Release-acked-by: Julien Grall <julien.grall@arm.com>
tools/libxl/xenlight.pc.in

index 71d093a0aebd73e7729599ef6c207757017b181e..86c38a5634db0516c2e02ca5a4f0430b9b13a2a3 100644 (file)
@@ -9,4 +9,4 @@ Description: The Xenlight library for Xen hypervisor
 Version: @@version@@
 Cflags: -I${includedir}
 Libs: @@libsflag@@${libdir} -lxenlight
-Requires.private: xentoollog,xenevtchn,xenctrl,xenguest,xenstore,blktapctl
+Requires.private: xentoollog,xenevtchn,xencontrol,xenguest,xenstore,xenblktapctl