[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [Patch] Fix broken package config file xenlight.pc.in
Hi Wei, On 11/05/17 17:30, Wei Liu wrote: On Thu, May 11, 2017 at 10:29:42AM -0600, Charles Arnold wrote: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@xxxxxxxx>Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> Julien this should be in 4.9. Release-acked-by: Julien Grall <julien.grall@xxxxxxx> Cheers, diff --git a/tools/libxl/xenlight.pc.in b/tools/libxl/xenlight.pc.in index 71d093a0ae..86c38a5634 100644 --- a/tools/libxl/xenlight.pc.in +++ b/tools/libxl/xenlight.pc.in @@ -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 -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |