Skip to content

Commit

Permalink
AstroMenace: 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/5674572478/job/15378359527#step:3:2170 no longer pulled in by libsdl2-dev in bookworm
  • Loading branch information
theofficialgman committed Jul 26, 2023
1 parent c40e9a2 commit b6d583c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/AstroMenace/install
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
install_packages g++ cmake make ninja-build libsdl2-dev libogg-dev libvorbis-dev libopenal-dev libalut-dev libfreetype6-dev || exit 1
install_packages g++ cmake make ninja-build libsdl2-dev libogg-dev libvorbis-dev libopenal-dev libalut-dev libfreetype6-dev libglu1-mesa-dev || exit 1

#download
rm -rf master.zip astromenace-master/
Expand Down

0 comments on commit b6d583c

Please sign in to comment.