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:
D G Turner
2023-05-21 15:03:49 +01:00
parent 00a332f82f
commit e3fbd4733b
+1
View File
@@ -16,6 +16,7 @@ RUN apt-get update && \
ca-certificates \
curl \
gnupg \
libtinfo5 \
libxml2 \
make \
pkg-config \