[libvirt PATCH v2 0/2] meson: error out when ch driver is requested but unsupported

Ján Tomko posted 2 patches 7 hours ago
libvirt.spec.in |  1 +
meson.build     | 11 +++++++++--
2 files changed, 10 insertions(+), 2 deletions(-)
[libvirt PATCH v2 0/2] meson: error out when ch driver is requested but unsupported
Posted by Ján Tomko 7 hours ago
v1 forgot to define the 'use_ch' variable in some corner case

v2 also disables the build for mingw

Ján Tomko (2):
  meson: error out when ch driver is requested but unsupported
  libvirt.spec: do not build ch driver on mingw

 libvirt.spec.in |  1 +
 meson.build     | 11 +++++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

-- 
2.47.0
Re: [libvirt PATCH v2 0/2] meson: error out when ch driver is requested but unsupported
Posted by Pavel Hrdina 7 hours ago
On Mon, Jan 20, 2025 at 06:49:48PM +0100, Ján Tomko wrote:
> v1 forgot to define the 'use_ch' variable in some corner case
> 
> v2 also disables the build for mingw
> 
> Ján Tomko (2):
>   meson: error out when ch driver is requested but unsupported
>   libvirt.spec: do not build ch driver on mingw
> 
>  libvirt.spec.in |  1 +
>  meson.build     | 11 +++++++++--
>  2 files changed, 10 insertions(+), 2 deletions(-)

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>