summaryrefslogtreecommitdiffstats
path: root/core/modules/virt-viewer
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
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')
-rw-r--r--core/modules/virt-viewer/module.build3
-rw-r--r--core/modules/virt-viewer/module.conf.debian2
-rw-r--r--core/modules/virt-viewer/module.conf.ubuntu2
3 files changed, 2 insertions, 5 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}"
diff --git a/core/modules/virt-viewer/module.conf.debian b/core/modules/virt-viewer/module.conf.debian
index 434612d4..0e1564ac 100644
--- a/core/modules/virt-viewer/module.conf.debian
+++ b/core/modules/virt-viewer/module.conf.debian
@@ -2,7 +2,7 @@
REQUIRED_INSTALLED_PACKAGES="
gcc
python3
- python3-pip
+ meson
ninja-build
debhelper
libgovirt-dev
diff --git a/core/modules/virt-viewer/module.conf.ubuntu b/core/modules/virt-viewer/module.conf.ubuntu
index 434612d4..0e1564ac 100644
--- a/core/modules/virt-viewer/module.conf.ubuntu
+++ b/core/modules/virt-viewer/module.conf.ubuntu
@@ -2,7 +2,7 @@
REQUIRED_INSTALLED_PACKAGES="
gcc
python3
- python3-pip
+ meson
ninja-build
debhelper
libgovirt-dev