Re: [PATCH] gnu: Propagate necessary inputs for sdl-image

2014-05-01 Thread David Thompson
Ludovic Courtès writes: > David Thompson 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 incl

Re: [PATCH] gnu: Propagate necessary inputs for sdl-image

2014-05-01 Thread Ludovic Courtès
David Thompson 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

Re: [PATCH] gnu: Propagate necessary inputs for sdl-image

2014-05-01 Thread Andreas Enge
On Wed, Apr 30, 2014 at 08:40:56PM -0400, David Thompson wrote: > The libraries for loading JPG, PNG, and TIFF images need to be > propagated inputs in order for SDL image to work properly. Looks good, can you push, please? Andreas

[PATCH] gnu: Propagate necessary inputs for sdl-image

2014-04-30 Thread David Thompson
The libraries for loading JPG, PNG, and TIFF images need to be propagated inputs in order for SDL image to work properly. >From 6b3dfa3d5ad01efa29494f34f093fa1aa2dad437 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 30 Apr 2014 20:35:45 -0400 Subject: [PATCH 1/2] gnu: Propagate necessar