mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
add ninja-build prerequisite to qemu build
https://github.com/cirosantilli/linux-kernel-module-cheat/issues/142
This commit is contained in:
5
build
5
build
@@ -352,7 +352,10 @@ so looping over all of them would waste time.
|
|||||||
'qemu': _Component(
|
'qemu': _Component(
|
||||||
self._build_file('build-qemu'),
|
self._build_file('build-qemu'),
|
||||||
apt_build_deps={'qemu'},
|
apt_build_deps={'qemu'},
|
||||||
apt_get_pkgs={'libsdl2-dev'},
|
apt_get_pkgs={
|
||||||
|
'libsdl2-dev',
|
||||||
|
'ninja-build',
|
||||||
|
},
|
||||||
submodules={'qemu'},
|
submodules={'qemu'},
|
||||||
),
|
),
|
||||||
'qemu-baremetal': _Component(dependencies=[
|
'qemu-baremetal': _Component(dependencies=[
|
||||||
|
|||||||
Reference in New Issue
Block a user