[gnome-boxes/use-usb3-when-supported: 1/2] build: Require libvirt-glib-4.0.0
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/use-usb3-when-supported: 1/2] build: Require libvirt-glib-4.0.0
- Date: Wed, 17 Feb 2021 10:44:03 +0000 (UTC)
commit 1df725506977b640a64eaabfef0f908372223599
Author: Felipe Borges <felipeborges gnome org>
Date: Mon Feb 15 12:25:22 2021 +0100
build: Require libvirt-glib-4.0.0
build-aux/flatpak/org.gnome.Boxes.json | 9 +++------
src/meson.build | 4 ++--
2 files changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Boxes.json b/build-aux/flatpak/org.gnome.Boxes.json
index 10b550df..bf4cf1c3 100644
--- a/build-aux/flatpak/org.gnome.Boxes.json
+++ b/build-aux/flatpak/org.gnome.Boxes.json
@@ -172,15 +172,12 @@
},
{
"name" : "libvirt-glib",
+ "buildsystem" : "meson",
"sources" : [
{
"type" : "archive",
- "url" : "https://libvirt.org/sources/glib/libvirt-glib-3.0.0.tar.gz",
- "sha256" : "7fff8ca9a2b723dbfd04223b1c7624251c8bf79eb57ec27362a7301b2dd9ebfe"
- },
- {
- "type" : "patch",
- "path" : "libvirt-glib-add-gvir-domain-delete-nvram.patch"
+ "url" : "https://libvirt.org/sources/glib/libvirt-glib-4.0.0.tar.xz",
+ "sha256" : "8423f7069daa476307321d1c11e2ecc285340cd32ca9fc05207762843edeacbd"
}
]
},
diff --git a/src/meson.build b/src/meson.build
index aa45b773..2661822b 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -138,8 +138,8 @@ dependencies = [
dependency ('libsecret-1'),
dependency ('libsoup-2.4', version: '>= 2.38'),
dependency ('libusb-1.0', version: '>= 1.0.9'),
- dependency ('libvirt-gconfig-1.0', version: '>= 3.0.0'),
- dependency ('libvirt-gobject-1.0', version: '>= 3.0.0'),
+ dependency ('libvirt-gconfig-1.0', version: '>= 4.0.0'),
+ dependency ('libvirt-gobject-1.0', version: '>= 4.0.0'),
dependency ('libxml-2.0', version: '>= 2.7.8'),
dependency ('spice-client-gtk-3.0', version: '>= 0.32'),
dependency ('tracker-sparql-3.0'),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]