We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f271ce9 + b9eebe1 commit 2431ec8Copy full SHA for 2431ec8
scriptmodules/emulators/amiberry.sh
@@ -46,7 +46,7 @@ function _get_platform_amiberry() {
46
}
47
48
function depends_amiberry() {
49
- local depends=(autoconf libpng-dev libmpeg2-4-dev zlib1g-dev libmpg123-dev libflac-dev libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev)
+ local depends=(autoconf libpng-dev libmpeg2-4-dev zlib1g-dev libmpg123-dev libflac-dev libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev wget)
50
51
isPlatform "dispmanx" && depends+=(libraspberrypi-dev)
52
isPlatform "vero4k" && depends+=(vero3-userland-dev-osmc)
0 commit comments