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 @@ -13,7 +13,7 @@ rp_module_id="vice"
13
13
rp_module_desc=" C64 emulator VICE"
14
14
rp_module_help=" ROM Extensions: .crt .d64 .g64 .prg .t64 .tap .x64 .zip .vsf\n\nCopy your Commodore 64 games to $romdir /c64"
15
15
rp_module_licence=" GPL2 http://svn.code.sf.net/p/vice-emu/code/trunk/vice/COPYING"
16
- rp_module_repo=" svn svn://svn.code.sf.net/p/vice-emu/code/tags/v3.5 /vice - HEAD"
16
+ rp_module_repo=" svn svn://svn.code.sf.net/p/vice-emu/code/tags/v3.7.1 /vice - HEAD"
17
17
rp_module_section=" opt"
18
18
rp_module_flags=" "
19
19
@@ -28,7 +28,7 @@ function sources_vice() {
28
28
}
29
29
30
30
function build_vice() {
31
- local params=(--enable-sdlui2 --without-oss --enable-ethernet --enable-x64 --disable-pdf-docs --with-fastsid)
31
+ local params=(--enable-sdl2ui --without-oss --enable-ethernet --enable-x64 --disable-pdf-docs --with-fastsid)
32
32
! isPlatform " x11" && params+=(--disable-catweasel --without-pulse)
33
33
./autogen.sh
34
34
./configure --prefix=" $md_inst " " ${params[@]} "
You can’t perform that action at this time.
0 commit comments