From: Juergen Gross Date: Fri, 28 Aug 2020 15:07:20 +0000 (+0200) Subject: tools: fix pkg-config file for libxenguest X-Git-Tag: 4.15.0-rc1~829 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=bb2ea7f392348b2697c5b9140deea56b1b56776e;p=people%2Fjgross%2Fxen.git tools: fix pkg-config file for libxenguest The pkg-config file for libxenguest is missing the private dependency on libxenctrl. Signed-off-by: Juergen Gross Acked-by: Wei Liu --- diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index 315ac0b4f3..763231065c 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -178,7 +178,7 @@ $(PKG_CONFIG_DIR)/xenguest.pc: PKG_CONFIG_NAME = Xenguest $(PKG_CONFIG_DIR)/xenguest.pc: PKG_CONFIG_DESC = The Xenguest library for Xen hypervisor $(PKG_CONFIG_DIR)/xenguest.pc: PKG_CONFIG_USELIBS = $(SHLIB_libxenguest) $(PKG_CONFIG_DIR)/xenguest.pc: PKG_CONFIG_LIB = xenguest -$(PKG_CONFIG_DIR)/xenguest.pc: PKG_CONFIG_REQPRIV = xentoollog,xencall,xenforeignmemory,xenevtchn +$(PKG_CONFIG_DIR)/xenguest.pc: PKG_CONFIG_REQPRIV = xentoollog,xencall,xenforeignmemory,xenevtchn,xencontrol ifneq ($(CONFIG_LIBXC_MINIOS),y) PKG_CONFIG_INST := $(PKG_CONFIG)