From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH 2/6] gnu: gtk+: enable introspection. Date: Sun, 01 Dec 2013 04:43:02 +0100 Message-ID: <529AB046.30601@gmail.com> References: <1385774016-1418-1-git-send-email-tipecaml@gmail.com> <1385774016-1418-3-git-send-email-tipecaml@gmail.com> <87a9gly2en.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmxvS-0003ie-SX for guix-devel@gnu.org; Sat, 30 Nov 2013 22:42:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VmxvK-00054u-FF for guix-devel@gnu.org; Sat, 30 Nov 2013 22:42:30 -0500 In-Reply-To: <87a9gly2en.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: =?UTF-8?B?THVkb3ZpYyBDb3VydMOocw==?= Cc: guix-devel@gnu.org On 11/30/2013 11:01 PM, Ludovic Courtès wrote: > Why is gobject-introspection always accompanied by libffi? Should > libffi be a propagated input of gobject-introspection? I've just checked that. Atk, pango (and similar packages) do not require libffi. However, if they are compiled without libffi, then the gtk+ build will fail. Cyril.