Skip to content

Commit f2fecce

Browse files
authored
Merge pull request #2903 from najdanovicivan/cgenius-fix
cgenius - Fix Dependences
2 parents 6068057 + 2b4d086 commit f2fecce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/ports/cgenius.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rp_module_licence="GPL2 https://raw.githubusercontent.com/gerstrong/Commander-Ge
1515
rp_module_section="exp"
1616

1717
function depends_cgenius() {
18-
getDepends build-essential cmake libcurl4-openssl-dev libvorbis-dev libogg-dev libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libboost-dev python3-dev
18+
getDepends build-essential cmake libcurl4-openssl-dev libvorbis-dev libogg-dev libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libboost-dev python3-dev
1919
}
2020

2121
function sources_cgenius() {

0 commit comments

Comments
 (0)