summaryrefslogtreecommitdiffstats
path: root/core/modules/virt-viewer/module.build
diff options
context:
space:
mode:
authorSimon Rettberg2023-03-07 16:05:15 +0100
committerSimon Rettberg2023-03-07 16:05:15 +0100
commit42b420fbdbe013ffaed7f7ebdb39d08d09b67867 (patch)
tree1605420b15b73c39d3c54f608203acb752fb213d /core/modules/virt-viewer/module.build
parent[hardware-stats] Let any errors go to stdout (diff)
downloadmltk-42b420fbdbe013ffaed7f7ebdb39d08d09b67867.tar.gz
mltk-42b420fbdbe013ffaed7f7ebdb39d08d09b67867.tar.xz
mltk-42b420fbdbe013ffaed7f7ebdb39d08d09b67867.zip
Use distro meson
Diffstat (limited to 'core/modules/virt-viewer/module.build')
-rw-r--r--core/modules/virt-viewer/module.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/modules/virt-viewer/module.build b/core/modules/virt-viewer/module.build
index 61f7e18b..d37d750e 100644
--- a/core/modules/virt-viewer/module.build
+++ b/core/modules/virt-viewer/module.build
@@ -8,9 +8,6 @@ build() {
local DSTDIR="${MODULE_BUILD_DIR}"
cde "${SRCDIR}"
- # install meson (>= 0.54.0) since packaged version is too old
- pip3 install "meson==0.56.0"
-
# save original path content before modifying path variable
local PATH_OLD="${PATH}"