[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen master] Fix broken package config file xenlight.pc.in



commit a8199a6225a0e81611f84396e5ba0a164d8a49a4
Author:     Charles Arnold <carnold@xxxxxxxx>
AuthorDate: Thu May 11 10:29:42 2017 -0600
Commit:     Wei Liu <wei.liu2@xxxxxxxxxx>
CommitDate: Fri May 12 11:05:08 2017 +0100

    Fix broken package config file xenlight.pc.in
    
    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>
    Release-acked-by: Julien Grall <julien.grall@xxxxxxx>
---
 tools/libxl/xenlight.pc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/libxl/xenlight.pc.in b/tools/libxl/xenlight.pc.in
index 71d093a..86c38a5 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
--
generated by git-patchbot for /home/xen/git/xen.git#master

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
https://lists.xenproject.org/xen-changelog

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.