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

Summary: pkg-config support for SDL_image
Product: SDL_image Reporter: Luca Bigliardi <shammash>
Component: miscAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: enhancement    
Priority: P2    
Version: unspecified   
Hardware: All   
OS: All   
Attachments: patch to add pkg-config for SDL_image

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!