Skip to content

Commit

Permalink
bump for newer deps and wii-sdl2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmoose committed Mar 16, 2024
1 parent 1474053 commit d8c0d1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependency_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ main_platform_logic () {
;;
wii) # uses libogc
setup_dkp_repo
${DKP}pacman --noconfirm -S devkitPPC libogc gamecube-tools wii-sdl wii-sdl_gfx wii-sdl_image wii-sdl_mixer wii-sdl_ttf ppc-zlib ppc-bzip2 ppc-freetype ppc-mpg123 ppc-libpng ppc-pkg-config ppc-libvorbisidec ppc-libjpeg-turbo libfat-ogc
${DKP}pacman --noconfirm -S devkitPPC libogc gamecube-tools wii-sdl2 wii-sdl2_gfx wii-sdl2_image wii-sdl2_ttf wii-sdl2_mixer ppc-zlib ppc-bzip2 ppc-freetype ppc-mpg123 ppc-libpng ppc-pkg-config ppc-libvorbisidec ppc-libjpeg-turbo libfat-ogc
;;
wiiu) # uses wut
setup_dkp_repo
Expand Down Expand Up @@ -108,7 +108,7 @@ setup_dkp_repo () {
if [ ! -z $PACMAN_CONFIGURED ]; then return; fi
PACMAN_CONFIGURED="true"

# NOTICE: These direct URLs for dkp's pacman will become outdated, check https://github.com/devkitPro/pacman/releases/ for the latest install instructions
# NOTICE: Check https://github.com/devkitPro/pacman/releases/ for the latest install instructions

mkdir -p /usr/local/share/keyring/
curl https://apt.devkitpro.org/devkitpro-pub.gpg > /usr/local/share/keyring/devkitpro-pub.gpg
Expand Down

0 comments on commit d8c0d1b

Please sign in to comment.