mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-28 00:25:23 +00:00
60c343f688
When testing language bindings it is useful to be able to build them against an uninstalled libvirt source tree. Add a dummy set of pkg-config files to allow for this. This can be used by setting export PKG_CONFIG_PATH=/path/to/libvirt/git/src Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
24 lines
655 B
PkgConfig
24 lines
655 B
PkgConfig
# Dummy pkg-config file to allow lang bindings
|
|
# to build against a libvirt source tree eg
|
|
# export PKG_CONFIG_PATH=/path/to/libvirt/git/src
|
|
|
|
prefix=@abs_top_builddir@
|
|
exec_prefix=@abs_top_builddir@
|
|
libdir=@abs_top_builddir@/src
|
|
includedir=@abs_top_builddir@/include
|
|
datarootdir=@abs_top_builddir@
|
|
|
|
libvirt_api=@datadir@/docs/libvirt-api.xml
|
|
|
|
# For compat with older versions - also present
|
|
# in libvirt-qemu.pc / libvirt-lxc.pc
|
|
libvirt_qemu_api=@datadir@/docs/libvirt-qemu-api.xml
|
|
libvirt_lxc_api=@datadir@/docs/libvirt-lxc-api.xml
|
|
|
|
Name: libvirt
|
|
Version: @VERSION@
|
|
Description: libvirt library
|
|
Requires:
|
|
Libs: -L${libdir} -lvirt
|
|
Cflags: -I${includedir}
|