summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu-src
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/qemu-src
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/qemu-src')
-rw-r--r--core/modules/qemu-src/module.build3
-rw-r--r--core/modules/qemu-src/module.conf.debian2
-rw-r--r--core/modules/qemu-src/module.conf.ubuntu2
3 files changed, 2 insertions, 5 deletions
diff --git a/core/modules/qemu-src/module.build b/core/modules/qemu-src/module.build
index f8646f09..69736c0f 100644
--- a/core/modules/qemu-src/module.build
+++ b/core/modules/qemu-src/module.build
@@ -23,9 +23,6 @@ build() {
local DSTDIR="${MODULE_BUILD_DIR}"
cde "${SRCDIR}"
- # install meson (>= 0.54.0) since packaged version is too old
- pip3 install "meson>=0.54.0"
-
./configure \
--prefix="/usr" \
--sysconfdir="/etc" \
diff --git a/core/modules/qemu-src/module.conf.debian b/core/modules/qemu-src/module.conf.debian
index df5dd534..3e43d539 100644
--- a/core/modules/qemu-src/module.conf.debian
+++ b/core/modules/qemu-src/module.conf.debian
@@ -4,7 +4,7 @@ REQUIRED_INSTALLED_PACKAGES="
debhelper
device-tree-compiler
python3
- python3-pip
+ meson
ninja-build
libaio-dev
libpulse-dev
diff --git a/core/modules/qemu-src/module.conf.ubuntu b/core/modules/qemu-src/module.conf.ubuntu
index df5dd534..3e43d539 100644
--- a/core/modules/qemu-src/module.conf.ubuntu
+++ b/core/modules/qemu-src/module.conf.ubuntu
@@ -4,7 +4,7 @@ REQUIRED_INSTALLED_PACKAGES="
debhelper
device-tree-compiler
python3
- python3-pip
+ meson
ninja-build
libaio-dev
libpulse-dev