From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thompson Subject: Re: [PATCH] gnu: Propagate necessary inputs for sdl-image Date: Thu, 01 May 2014 07:47:30 -0400 Message-ID: <87r44dhga5.fsf@labrys.i-did-not-set--mail-host-address--so-tickle-me> References: <87bnviwctj.fsf@labrys.i-did-not-set--mail-host-address--so-tickle-me> <87ppjx3hex.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WfpSn-0004Xd-Io for guix-devel@gnu.org; Thu, 01 May 2014 07:47:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WfpSh-0004UI-HT for guix-devel@gnu.org; Thu, 01 May 2014 07:47:41 -0400 Received: from na3sys009aog133.obsmtp.com ([74.125.149.82]:44938) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WfpSh-0004U5-9e for guix-devel@gnu.org; Thu, 01 May 2014 07:47:35 -0400 Received: by mail-qg0-f46.google.com with SMTP id q108so168282qgd.19 for ; Thu, 01 May 2014 04:47:32 -0700 (PDT) In-Reply-To: <87ppjx3hex.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s 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 include libjpeg etc. headers; > 2. sdl-image.pc refers to libjpeg.pc etc. > > Ludo=E2=80=99. Done and pushed. Thanks. - Dave