| Summary: | All of --disable-sdlframework --disable-sdltest --disable-freetypetest will still compile showfont with -lSDL2 -lfreetype | ||
|---|---|---|---|
| Product: | SDL_ttf | Reporter: | Ellie <etc0de> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | NEW --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.15 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
Ellie
2020-03-18 02:49:01 UTC
For anyone who runs into this problem as well and needs a quick workaround, this worked for me: sed -i 's/noinst_PROGRAMS =.*//g' "./Makefile.am" (This disables compiling all the test and extra programs, kind of what I expected --disable-sdltest to do.) |