From: Juergen Gross Date: Thu, 2 Mar 2017 05:13:18 +0000 (+0100) Subject: tools: set pkg-config path when configuring qemu X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9a0e3e618b590eb6093a8a170453a95fb32840b8;p=people%2Froyger%2Fxen.git tools: set pkg-config path when configuring qemu When calling configure for qemu provide the local pkg-config directory in order to let the configure process find the libxenctrl version. Signed-off-by: Juergen Gross Acked-by: Ian Jackson --- diff --git a/tools/Makefile b/tools/Makefile index 32ab94ba47..85e5ce96b3 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -255,6 +255,7 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-find else \ enable_trace_backend='' ; \ fi ; \ + PKG_CONFIG_PATH=$(XEN_ROOT)/tools/pkg-config \ $$source/configure --enable-xen --target-list=i386-softmmu \ $(QEMU_XEN_ENABLE_DEBUG) \ $$enable_trace_backend \