| Summary: | pkg-config support for SDL_ttf | ||
|---|---|---|---|
| Product: | SDL_ttf | Reporter: | Luca Bigliardi <shammash> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | enhancement | ||
| Priority: | P2 | CC: | ohnobinki |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | patch to add pkg-config for SDL_ttf | ||
This patch has been committed to subversion with revision 4672 Thanks! |
Created attachment 337 [details] patch to add pkg-config for SDL_ttf Hi, I'm attaching a patche to add pkg-config support to SDL_ttf. pkg-config is used to retrieve information about installed libraries and it's well integrated with build configurators (for instance PKG_CHECK_MODULES autoconf macro). Thank you, Luca