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 768 - pkg-config support for SDL_image
Summary: pkg-config support for SDL_image
Status: RESOLVED FIXED
Alias: None
Product: SDL_image
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:35 UTC by Luca Bigliardi
Modified: 2009-08-07 03:08 UTC (History)
0 users

See Also:


Attachments
patch to add pkg-config for SDL_image (1.05 KB, patch)
2009-07-07 03:35 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:35:39 UTC
Created attachment 338 [details]
patch to add pkg-config for SDL_image

Hi,
I'm attaching two patches to add pkg-config support to SDL_image.

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:08:22 UTC
Committed to subversion with revision 4670

Thanks!