summaryrefslogtreecommitdiffstats
path: root/core/modules/libvirt-glib
diff options
context:
space:
mode:
authorSimon Rettberg2021-10-29 14:09:03 +0200
committerSimon Rettberg2021-10-29 14:09:03 +0200
commitd3ff395ffc83b7d276a3041011ecf8913a0ccc44 (patch)
treeb135d51f580d4e8fe1b183413dc3abb941dbc8bc /core/modules/libvirt-glib
parentbinutil: Fix error message (diff)
downloadmltk-d3ff395ffc83b7d276a3041011ecf8913a0ccc44.tar.gz
mltk-d3ff395ffc83b7d276a3041011ecf8913a0ccc44.tar.xz
mltk-d3ff395ffc83b7d276a3041011ecf8913a0ccc44.zip
[libvirt-glib] Force meson 0.55, meson 0.60 is broken
https://github.com/mesonbuild/meson/issues/9472
Diffstat (limited to 'core/modules/libvirt-glib')
-rw-r--r--core/modules/libvirt-glib/module.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/modules/libvirt-glib/module.build b/core/modules/libvirt-glib/module.build
index 860e2d79..62487008 100644
--- a/core/modules/libvirt-glib/module.build
+++ b/core/modules/libvirt-glib/module.build
@@ -9,7 +9,8 @@ build() {
cde "${SRCDIR}"
# install meson (>= 0.54.0) since packaged version is too old
- pip3 install "meson>=0.54.0"
+ # Force 0.55 for now: https://github.com/mesonbuild/meson/issues/9472
+ pip3 install "meson==0.55.0"
local LIBVIRT_SRCDIR="${MODULE_WORK_DIR}/../libvirt-src/src/libvirt"
PKG_CONFIG_PATH="${LIBVIRT_SRCDIR}/build/src" meson build \