mirror of https://gitee.com/openkylin/libvirt.git
20 lines
486 B
PkgConfig
20 lines
486 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
datarootdir=@datarootdir@
|
|
|
|
libvirt_api=@datadir@/libvirt/api/libvirt-api.xml
|
|
|
|
# For compat with older versions - also present
|
|
# in libvirt-qemu.pc / libvirt-lxc.pc
|
|
libvirt_qemu_api=@datadir@/libvirt/api/libvirt-qemu-api.xml
|
|
libvirt_lxc_api=@datadir@/libvirt/api/libvirt-lxc-api.xml
|
|
|
|
Name: libvirt
|
|
Version: @VERSION@
|
|
Description: libvirt library
|
|
Requires:
|
|
Libs: -L${libdir} -lvirt
|
|
Cflags: -I${includedir}
|