We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 767

Summary: pkg-config support for SDL_ttf
Product: SDL_ttf Reporter: Luca Bigliardi <shammash>
Component: miscAssignee: 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

Description Luca Bigliardi 2009-07-07 03:33:59 UTC
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
Comment 1 Sam Lantinga 2009-08-07 03:12:29 UTC
This patch has been committed to subversion with revision 4672

Thanks!