Skip to content

Commit 1f5372d

Browse files
authored
Merge pull request #3635 from schiele/vice-3.7.1
vice - switch to v3.7.1 release
2 parents bc94ee1 + aad1050 commit 1f5372d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scriptmodules/emulators/vice.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rp_module_id="vice"
1313
rp_module_desc="C64 emulator VICE"
1414
rp_module_help="ROM Extensions: .crt .d64 .g64 .prg .t64 .tap .x64 .zip .vsf\n\nCopy your Commodore 64 games to $romdir/c64"
1515
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"
1717
rp_module_section="opt"
1818
rp_module_flags=""
1919

@@ -28,7 +28,7 @@ function sources_vice() {
2828
}
2929

3030
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)
3232
! isPlatform "x11" && params+=(--disable-catweasel --without-pulse)
3333
./autogen.sh
3434
./configure --prefix="$md_inst" "${params[@]}"

0 commit comments

Comments
 (0)