mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Add pkg-config files for libvirt-qemu & libvirt-lxc
For some reason there have never been pkg-config files created for the libvirt-qemu.so and libvirt-lxc.so libraries. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
14
libvirt-lxc.pc.in
Normal file
14
libvirt-lxc.pc.in
Normal file
@@ -0,0 +1,14 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
datarootdir=@datarootdir@
|
||||
|
||||
libvirt_lxc_api=@datadir@/libvirt/api/libvirt-lxc-api.xml
|
||||
|
||||
Name: libvirt-lxc
|
||||
Version: @VERSION@
|
||||
Description: libvirt LXC library
|
||||
Requires: libvirt
|
||||
Libs: -L${libdir} -lvirt-lxc
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user