freetype-config: command not found
Posted: Wed Jun 18, 2025 5:07 pm
Hi,
I'm using freetype-config in my makefiles to set CFLAGS and LIB (freetype-config --cflags
, freetype-config --libs
).
But now it is missing.
Code: Select all
$ ls /opt/devkitpro/portlibs/ppc/bin/freetype-config
ls: cannot access '/opt/devkitpro/portlibs/ppc/bin/freetype-config': No such file or directory
Installed version is:
ppc-freetype-2.13.3-2
I've tried to reinstall the package, but the script was not restored.
What's wrong?