From b6d583ce748949890020c9052645a35896e6252e Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Wed, 26 Jul 2023 19:59:01 -0400 Subject: [PATCH] AstroMenace: add missing dependency 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 --- apps/AstroMenace/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/AstroMenace/install b/apps/AstroMenace/install index 7241aa0a25..33a79f3831 100755 --- a/apps/AstroMenace/install +++ b/apps/AstroMenace/install @@ -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/