[PATCH 0/2] Fix problems with local pkg-config files.

Daniel P. Berrangé via Devel posted 2 patches 1 month, 4 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20250710092659.777939-1-berrange@redhat.com
src/libvirt-admin.pc.in | 19 +++++++++++++++++++
src/libvirt-lxc.pc.in   |  2 +-
src/libvirt-qemu.pc.in  |  2 +-
src/meson.build         |  1 +
4 files changed, 22 insertions(+), 2 deletions(-)
create mode 100644 src/libvirt-admin.pc.in
[PATCH 0/2] Fix problems with local pkg-config files.
Posted by Daniel P. Berrangé via Devel 1 month, 4 weeks ago

Daniel P. Berrangé (2):
  src: add missing libvirt-admin.pc.in for local usage
  src: fix package name in local pkg-config files

 src/libvirt-admin.pc.in | 19 +++++++++++++++++++
 src/libvirt-lxc.pc.in   |  2 +-
 src/libvirt-qemu.pc.in  |  2 +-
 src/meson.build         |  1 +
 4 files changed, 22 insertions(+), 2 deletions(-)
 create mode 100644 src/libvirt-admin.pc.in

-- 
2.49.0
Re: [PATCH 0/2] Fix problems with local pkg-config files.
Posted by Peter Krempa via Devel 1 month, 4 weeks ago
On Thu, Jul 10, 2025 at 10:26:57 +0100, Daniel P. Berrangé via Devel wrote:
> 
> 
> Daniel P. Berrangé (2):
>   src: add missing libvirt-admin.pc.in for local usage
>   src: fix package name in local pkg-config files

Reviewed-by: Peter Krempa <pkrempa@redhat.com>