From 15f1976d56b36e306065da86cc185b078357153e Mon Sep 17 00:00:00 2001 From: Stas Sergeev Date: Sat, 30 Dec 2023 18:24:06 +0500 Subject: [PATCH] deb: more meson attempts --- debian/control | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 4e9a0bb1..e55b666b 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,8 @@ Priority: optional Maintainer: Stas Sergeev Standards-Version: 3.9.7 Build-Depends: + sudo, + python3-venv, pipx, ninja-build, bison, diff --git a/debian/rules b/debian/rules index 9729b707..3307f04c 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export PATH=$(shell echo $$PATH):$(shell realpath ~/.local/bin) %: - pipx install meson + sudo pipx install meson ./configure.meson build --prefix /usr --libdir /usr/lib dh $@ --buildsystem=meson --builddirectory=build