Skip to content

Commit 4606365

Browse files
authored
Merge pull request #3873 from cmitu/dsda-doom-update
dsda-doom: fix some dependencies
2 parents 2f118d7 + 3330e85 commit 4606365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/ports/dsda-doom.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rp_module_section="exp"
1717
rp_module_flags="sdl2"
1818

1919
function depends_dsda-doom() {
20-
local depends=(cmake libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libogg-dev libmad0-dev libvorbis-dev libzip-dev zlib1g-dev)
20+
local depends=(cmake libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libogg-dev libmad0-dev libvorbis-dev libzip-dev zlib1g-dev zipcmp zipmerge ziptool)
2121
# we need Fluidsynth 2+, check whether the platform has the older libfluidsynth1
2222
[[ -z "$(dpkg-query -W -f '${Version}' libfluidsynth1)" ]] && depends+=(libfluidsynth-dev)
2323

0 commit comments

Comments
 (0)