mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-28 22:32:19 +00:00
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>
19 lines
484 B
PkgConfig
19 lines
484 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_qemu_api=@datadir@/docs/libvirt-qemu-api.xml
|
|
|
|
Name: libvirt
|
|
Version: @VERSION@
|
|
Description: libvirt QEMU library
|
|
Requires:
|
|
Libs: -L${libdir} -lvirt-qemu
|
|
Cflags: -I${includedir}
|