File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ rp_module_repo="git https://github.com/Exarkuniv/gzdoom-Pi.git master"
1616rp_module_section=" exp"
1717rp_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
You can’t perform that action at this time.
0 commit comments