From f350d28a808dbf0dd374197bfb33e6940da093c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Mon, 18 Jan 2021 00:00:00 +0000 Subject: [PATCH] add ninja-build prerequisite to qemu build https://github.com/cirosantilli/linux-kernel-module-cheat/issues/142 --- build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build b/build index 7a1f638..39242d2 100755 --- a/build +++ b/build @@ -352,7 +352,10 @@ so looping over all of them would waste time. 'qemu': _Component( self._build_file('build-qemu'), apt_build_deps={'qemu'}, - apt_get_pkgs={'libsdl2-dev'}, + apt_get_pkgs={ + 'libsdl2-dev', + 'ninja-build', + }, submodules={'qemu'}, ), 'qemu-baremetal': _Component(dependencies=[