mirror of
https://github.com/scummvm/dockerized-bb.git
synced 2026-05-21 05:40:49 +00:00
DEVKITPPC: Fix PPC GDB Binary Linking Since Debian Bullseye Update
The powerpc-eabi-gdb binary is linked against the older terminal info v5 library, which is no longer installed by default so need to add this to run the gdb binary for debugging Wii / Gamecube applications.
This commit is contained in:
@@ -16,6 +16,7 @@ RUN apt-get update && \
|
||||
ca-certificates \
|
||||
curl \
|
||||
gnupg \
|
||||
libtinfo5 \
|
||||
libxml2 \
|
||||
make \
|
||||
pkg-config \
|
||||
|
||||
Reference in New Issue
Block a user