From: Charles Arnold Date: Thu, 11 May 2017 16:29:42 +0000 (-0600) Subject: Fix broken package config file xenlight.pc.in X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~2156 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a8199a6225a0e81611f84396e5ba0a164d8a49a4;p=xen.git 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 Acked-by: Wei Liu Release-acked-by: Julien Grall --- 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