summaryrefslogtreecommitdiffstats
path: root/core/modules/libvirt-glib
diff options
context:
space:
mode:
authorSimon Rettberg2023-02-01 15:03:19 +0100
committerSimon Rettberg2023-02-01 15:06:59 +0100
commit2b85d1e28ed2814401e2e58abc73fe0a0f863663 (patch)
treef32986413641ebc98b6ea765bd7543d170d28f89 /core/modules/libvirt-glib
parent[qemu] Implement new way of enabling GVT-g in QEMU (diff)
downloadmltk-2b85d1e28ed2814401e2e58abc73fe0a0f863663.tar.gz
mltk-2b85d1e28ed2814401e2e58abc73fe0a0f863663.tar.xz
mltk-2b85d1e28ed2814401e2e58abc73fe0a0f863663.zip
[libvirt-glib] Use same meson version everywhere
Diffstat (limited to 'core/modules/libvirt-glib')
-rw-r--r--core/modules/libvirt-glib/module.build2
1 files changed, 1 insertions, 1 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 \