Skip to content

Commit

Permalink
Marathon: add missing dependency
Browse files Browse the repository at this point in the history
caught by bookworm CI https://github.com/Botspot/pi-apps/actions/runs/5674577904/job/15378418240#step:3:2880 no longer pulled in by libsdl2-dev in bookworm

progress for #2401
  • Loading branch information
theofficialgman committed Jul 27, 2023
1 parent 5da241a commit 4d199f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/Marathon/install
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version=20230529
#made according to the instructions from the developer, but was not originally created for the Pi
#https://github.com/Aleph-One-Marathon/alephone/wiki/Linux%20Install%20Instructions

install_packages libboost-all-dev libsdl2-dev \
install_packages libboost-all-dev libsdl2-dev libglu1-mesa-dev \
libsdl2-image-dev libsdl2-net-dev libsdl2-ttf-dev \
libspeexdsp-dev libzzip-dev libavcodec-dev libavformat-dev \
libavutil-dev libswscale-dev libswresample-dev libpng-dev libcurl4-openssl-dev libminiupnpc-dev build-essential unzip || exit 1
Expand Down

0 comments on commit 4d199f0

Please sign in to comment.