diff options
author | Lucas Werkmeister <mail@lucaswerkmeister.de> | 2017-07-18 00:51:14 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-07-17 18:51:14 -0400 |
commit | 6253abca7e849df79e6ee1ccd2f947a43ababc3e (patch) | |
tree | 48730c57cbb341a3ceffecb4d1533958a1417f73 /.mkosi/mkosi.debian | |
parent | 23fa427d660be54ba3fa98842023dd9b7e77a1b0 (diff) | |
download | systemd-6253abca7e849df79e6ee1ccd2f947a43ababc3e.tar.gz |
mkosi: add m4 (#6389)
This seems to be required since the move to meson.
Diffstat (limited to '.mkosi/mkosi.debian')
-rw-r--r-- | .mkosi/mkosi.debian | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.mkosi/mkosi.debian b/.mkosi/mkosi.debian index c41fc1d419..1a3b517d0f 100644 --- a/.mkosi/mkosi.debian +++ b/.mkosi/mkosi.debian @@ -65,6 +65,7 @@ BuildPackages= libsmartcols-dev libtool libxkbcommon-dev + m4 meson pkg-config python3 |