mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-31 18:33:11 +00:00
018f7fa8dc
Meson doesn't use .libs directory, everything is placed directly into directories where meson.build file is used. In order to have working tests and running libvirt directly from GIT we need to fix all the paths pointing '.libs' directory. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com>
20 lines
555 B
PkgConfig
20 lines
555 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
|
|
source_includedir=@abs_top_srcdir@/include
|
|
datarootdir=@abs_top_builddir@
|
|
|
|
libvirt_lxc_api=@abs_top_builddir@/docs/libvirt-lxc-api.xml
|
|
|
|
Name: libvirt
|
|
Version: @VERSION@
|
|
Description: libvirt LXC library
|
|
Requires:
|
|
Libs: -L${libdir} -lvirt-lxc
|
|
Cflags: -I${includedir} -I${source_includedir}
|