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:
parent
3c384a489c
commit
5011b9396d
|
@ -90,6 +90,7 @@ def create_acrn_deb(board, scenario, version, build_dir):
|
||||||
'Package: acrn-hypervisor\n',
|
'Package: acrn-hypervisor\n',
|
||||||
'version: %s \n' % version,
|
'version: %s \n' % version,
|
||||||
'Depends: libcjson1\n',
|
'Depends: libcjson1\n',
|
||||||
|
'Pre-Depends: libsdl2-dev\n',
|
||||||
'Section: free \n',
|
'Section: free \n',
|
||||||
'Priority: optional \n',
|
'Priority: optional \n',
|
||||||
'Architecture: amd64 \n',
|
'Architecture: amd64 \n',
|
||||||
|
|
Loading…
Reference in New Issue