Skip to content

Commit faf73cd

Browse files
committed
solarus: enable for arm64
Fixed the licence link and removed the arm64 restriction. The restriction was added in [1] for Odroid-C2, when `libluajit-5.1-dev` was not available. But that was in 2016 and I think the Ubuntu 20.04 image that's available now for C2 (or a current Armbian release based on Debian/Ubuntu) does have it [2]. [1] acba46e [2] https://packages.ubuntu.com/noble/arm64/libluajit-5.1-dev/download
1 parent 6601234 commit faf73cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scriptmodules/ports/solarus.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212
rp_module_id="solarus"
1313
rp_module_desc="Solarus - A lightweight, free and open-source game engine for Action-RPGs"
1414
rp_module_help="Copy your Solarus quests (games) to $romdir/solarus"
15-
rp_module_licence="GPL3 https://gitlab.com/solarus-games/solarus/raw/dev/license.txt"
15+
rp_module_licence="GPL3 https://gitlab.com/solarus-games/solarus/-/raw/dev/license"
1616
rp_module_repo="git https://gitlab.com/solarus-games/solarus.git master"
1717
rp_module_section="opt"
18-
rp_module_flags="!aarch64"
1918

2019
function _options_cfg_file_solarus() {
2120
echo "$configdir/solarus/options.cfg"

0 commit comments

Comments
 (0)