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 - pkg-config support for SDL_ttf
Summary: pkg-config support for SDL_ttf
Status: RESOLVED FIXED
Alias: None
Product: SDL_ttf
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: All All
: P2 enhancement
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-07 03:33 UTC by Luca Bigliardi
Modified: 2010-05-02 19:06 UTC (History)
1 user (show)

See Also:


Attachments
patch to add pkg-config for SDL_ttf (1.06 KB, patch)
2009-07-07 03:33 UTC, Luca Bigliardi
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!