From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Process to build standalone Emacs + deps in Windows Date: Wed, 25 Mar 2020 19:34:50 +0200 Message-ID: <83ftdw9w3p.fsf@gnu.org> References: <86fte0pmnc.fsf@csic.es> <83sgi0cwxj.fsf@gnu.org> <86a748xxnx.fsf@csic.es> <87eetk1apz.fsf@russet.org.uk> <86d090ha3q.fsf@csic.es> <86r1xgcx6b.fsf@csic.es> <86mu84cwoi.fsf@csic.es> <83pnd0a1qq.fsf@gnu.org> <868sjo9ykg.fsf@csic.es> <83imis9xjb.fsf@gnu.org> <86sghw8i3c.fsf@csic.es> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="87451"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Juan =?utf-8?Q?Jos=C3=A9_Garc=C3=ADa-Ripoll?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Mar 25 18:37:22 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jH9xy-000MgY-4w for ged-emacs-devel@m.gmane-mx.org; Wed, 25 Mar 2020 18:37:22 +0100 Original-Received: from localhost ([::1]:40396 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jH9xx-0008W2-6J for ged-emacs-devel@m.gmane-mx.org; Wed, 25 Mar 2020 13:37:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60945) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jH9vi-0005Er-GP for emacs-devel@gnu.org; Wed, 25 Mar 2020 13:35:03 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44689) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jH9vi-0005O3-9v; Wed, 25 Mar 2020 13:35:02 -0400 Original-Received: from [176.228.60.248] (port=1277 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jH9vg-0005VS-MW; Wed, 25 Mar 2020 13:35:01 -0400 In-Reply-To: <86sghw8i3c.fsf@csic.es> (juanjose.garciaripoll@gmail.com) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:245789 Archived-At: > From: Juan José García-Ripoll > > Date: Wed, 25 Mar 2020 18:22:47 +0100 > > > It could be that librsvg uses Fontconfig, I don't know. (In my builds > > of optional libraries, I've succeeded to avoid Fontconfig being > > compiled in, but MSYS2 generally compile in everything, whether needed > > or not.) > > The new script shows the implicit dependencies > rsvg -> Pango > Pango -> Cairo and Fontconfig > Cairo -> Fontconfig Right. My librsvg is built without the Fontconfig dependencies, but AFAIR it required some investigation and non-default configure switches.