tools: add pkg-config file for libxc
authorJuergen Gross <jgross@suse.com>
Thu, 2 Mar 2017 05:13:16 +0000 (06:13 +0100)
committerWei Liu <wei.liu2@citrix.com>
Thu, 2 Mar 2017 12:23:28 +0000 (12:23 +0000)
commitf5c5d0352464e2c4dd4c58ae739ff7bad83760ee
tree669dd26ca29155a55ca02a08a746084f4402ad39
parentecb50e65e133c5776bee958fd551c2930abe6e8e
tools: add pkg-config file for libxc

When configuring the build of qemu the configure script is building
various test programs to determine the exact version of libxencontrol.

Instead of a try and error approach needing updates for nearly each
new version of Xen just provide xencontrol.pc to be used via
pkg-config.

In the end we need two different variants of that file: one for the
target system where eventually someone wants to build qemu, and one
for the local system to be used for building qemu as part of the Xen
build process.

The local variant is created in a dedicated directory in order to be
able to collect more pkg-config files used for building tools there.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
.gitignore
stubdom/Makefile
tools/Makefile
tools/Rules.mk
tools/libxc/Makefile
tools/libxc/xencontrol.pc.in [new file with mode: 0644]