packaging: error while loading shared libraries: libSDL2-2.0.so.0

Added the "libsdl2-2.0-0" package in file
"misc/packaging/gen_acrn_deb.py

Tracked-On: projectacrn#7291
Signed-off-by: zihengL1 <ziheng.li@intel.com>
This commit is contained in:
zihengL1 2022-04-20 09:37:24 +08:00 committed by acrnsi-robot
parent 845970b376
commit 5dcae86e2f

View File

@ -90,7 +90,7 @@ def create_acrn_deb(board, scenario, version, build_dir):
'Package: acrn-hypervisor\n',
'version: %s \n' % version,
'Depends: libcjson1\n',
'Pre-Depends: libsdl2-dev\n',
'Pre-Depends: libsdl2-2.0-0\n',
'Section: free \n',
'Priority: optional \n',
'Architecture: amd64 \n',