File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
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.7.7 "
15
+ rp_module_repo=" git https://gitlab.com/Dringgstein/Commander-Genius.git v3.0.8 "
16
16
rp_module_section=" exp"
17
17
18
18
function depends_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 -DUSE_BOOST=no
32
+ cmake -DBUILD_COSMOS=1 -DCMAKE_INSTALL_PREFIX=" $md_inst " -DNOTYPESAVE=on
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