Skip to content

Commit 4155c8d

Browse files
committed
Update gzdoom.sh
1 parent 10216e5 commit 4155c8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scriptmodules/ports/gzdoom.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ rp_module_repo="git https://github.com/Exarkuniv/gzdoom-Pi.git master"
1616
rp_module_section="exp"
1717
rp_module_flags=""
1818

19-
function depends_gzdoom-system() {
19+
function depends_gzdoom() {
2020
getDepends g++ make cmake libsdl2-dev git zlib1g-dev libbz2-dev libjpeg-dev libfluidsynth-dev libgme-dev libopenal-dev libmpg123-dev libsndfile1-dev libgtk-3-dev timidity nasm libgl1-mesa-dev tar libsdl1.2-dev libglew-dev libvpx-dev libvulkan-dev
2121

2222
}
2323

24-
function sources_gzdoom-system() {
24+
function sources_gzdoom() {
2525
gitPullOrClone "$md_build"
2626
}
2727

28-
function build_gzdoom-system() {
28+
function build_gzdoom() {
2929
if [ ! -f "/usr/lib/arm-linux-gnueabihf/libzmusic.so" ]; then
3030
gitPullOrClone "$md_build/zmusic" https://github.com/coelckers/ZMusic.git
3131
cd $md_build/zmusic

0 commit comments

Comments
 (0)