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 12
12
rp_module_id=" cgenius"
13
13
rp_module_desc=" Commander Genius - Modern Interpreter for the Commander Keen Games (Vorticon and Galaxy Games)"
14
14
rp_module_licence=" GPL2 https://raw.githubusercontent.com/gerstrong/Commander-Genius/master/COPYRIGHT"
15
- rp_module_repo=" git https://gitlab.com/Dringgstein/Commander-Genius.git v2.4.4.1 "
15
+ rp_module_repo=" git https://gitlab.com/Dringgstein/Commander-Genius.git v2.7.7 "
16
16
rp_module_section=" exp"
17
17
18
18
function depends_cgenius() {
19
- getDepends cmake libcurl4-openssl-dev libvorbis-dev libogg-dev libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libboost-dev python3-dev
19
+ getDepends cmake libcurl4-openssl-dev libvorbis-dev libogg-dev libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev
20
20
}
21
21
22
22
function sources_cgenius() {
@@ -29,7 +29,7 @@ function sources_cgenius() {
29
29
}
30
30
31
31
function build_cgenius() {
32
- cmake -DUSE_SDL2=yes -DCMAKE_INSTALL_PREFIX=" $md_inst " -DNOTYPESAVE=on
32
+ cmake -DUSE_SDL2=yes -DCMAKE_INSTALL_PREFIX=" $md_inst " -DNOTYPESAVE=on -DUSE_BOOST=no
33
33
make
34
34
md_ret_require=" $md_build /src/CGeniusExe"
35
35
}
You can’t perform that action at this time.
0 commit comments