[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: Propagate necessary inputs for sdl-image
From: |
David Thompson |
Subject: |
Re: [PATCH] gnu: Propagate necessary inputs for sdl-image |
Date: |
Thu, 01 May 2014 07:47:30 -0400 |
User-agent: |
Notmuch/0.17 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) |
Ludovic Courtès <address@hidden> writes:
> David Thompson <address@hidden> skribis:
>
>> The libraries for loading JPG, PNG, and TIFF images need to be
>> propagated inputs in order for SDL image to work properly.
>
> Could you add a comment saying why this is the case?
>
> This is usually one of:
>
> 1. SDL_image headers include libjpeg etc. headers;
> 2. sdl-image.pc refers to libjpeg.pc etc.
>
> Ludo’.
Done and pushed. Thanks.
- Dave