summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/modules/libvirt-glib/module.build2
-rw-r--r--core/modules/virt-viewer/module.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/libvirt-glib/module.build b/core/modules/libvirt-glib/module.build
index 2e079a44..07320f7d 100644
--- a/core/modules/libvirt-glib/module.build
+++ b/core/modules/libvirt-glib/module.build
@@ -10,7 +10,7 @@ build() {
# install meson (>= 0.54.0) since packaged version is too old
# Force 0.55 for now: https://github.com/mesonbuild/meson/issues/9472
- pip3 install "meson==0.55.0"
+ pip3 install "meson==0.56.0"
local LIBVIRT_SRCDIR="${MODULE_WORK_DIR}/../libvirt-src/src/libvirt"
PKG_CONFIG_PATH="${LIBVIRT_SRCDIR}/build/src" meson build \
diff --git a/core/modules/virt-viewer/module.build b/core/modules/virt-viewer/module.build
index bd6ad977..61f7e18b 100644
--- a/core/modules/virt-viewer/module.build
+++ b/core/modules/virt-viewer/module.build
@@ -9,7 +9,7 @@ build() {
cde "${SRCDIR}"
# install meson (>= 0.54.0) since packaged version is too old
- pip3 install "meson>=0.54.0"
+ pip3 install "meson==0.56.0"
# save original path content before modifying path variable
local PATH_OLD="${PATH}"