Skip to content

Commit 2431ec8

Browse files
authored
Merge pull request #3566 from cmitu/amiberry-dep-wget
amiberry: add wget dependency
2 parents f271ce9 + b9eebe1 commit 2431ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/emulators/amiberry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function _get_platform_amiberry() {
4646
}
4747

4848
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)
49+
local depends=(autoconf libpng-dev libmpeg2-4-dev zlib1g-dev libmpg123-dev libflac-dev libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev wget)
5050

5151
isPlatform "dispmanx" && depends+=(libraspberrypi-dev)
5252
isPlatform "vero4k" && depends+=(vero3-userland-dev-osmc)

0 commit comments

Comments
 (0)