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.
1 parent 8d9b5af commit 3330e85Copy full SHA for 3330e85
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