From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: Propagate necessary inputs for sdl-image Date: Thu, 1 May 2014 09:11:42 +0200 Message-ID: <20140501071142.GA10666@debian> References: <87bnviwctj.fsf@labrys.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WflA0-0005nj-Bj for guix-devel@gnu.org; Thu, 01 May 2014 03:12:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wfl9s-00046K-Tr for guix-devel@gnu.org; Thu, 01 May 2014 03:12:00 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:58115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wfl9s-00045l-KN for guix-devel@gnu.org; Thu, 01 May 2014 03:11:52 -0400 Content-Disposition: inline In-Reply-To: <87bnviwctj.fsf@labrys.i-did-not-set--mail-host-address--so-tickle-me> 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: David Thompson Cc: guix-devel@gnu.org 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