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

Added the "libsdl2-dev" dependency 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-17 22:10:35 +08:00 committed by acrnsi-robot
parent 3c384a489c
commit 5011b9396d
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +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',
'Section: free \n',
'Priority: optional \n',
'Architecture: amd64 \n',