We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f118d7 + 3330e85 commit 4606365Copy full SHA for 4606365
scriptmodules/ports/dsda-doom.sh
@@ -17,7 +17,7 @@ rp_module_section="exp"
17
rp_module_flags="sdl2"
18
19
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)
+ local depends=(cmake libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libogg-dev libmad0-dev libvorbis-dev libzip-dev zlib1g-dev zipcmp zipmerge ziptool)
21
# we need Fluidsynth 2+, check whether the platform has the older libfluidsynth1
22
[[ -z "$(dpkg-query -W -f '${Version}' libfluidsynth1)" ]] && depends+=(libfluidsynth-dev)
23
0 commit comments