Skip to content

Commit

Permalink
deb: more meson attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Dec 30, 2023
1 parent 54c852a commit 15f1976
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Priority: optional
Maintainer: Stas Sergeev <[email protected]>
Standards-Version: 3.9.7
Build-Depends:
sudo,
python3-venv,
pipx,
ninja-build,
bison,
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 15f1976

Please sign in to comment.