From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UmR1u-00040o-4O for mharc-grub-devel@gnu.org; Tue, 11 Jun 2013 12:02:42 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmR1r-0003xL-Ob for grub-devel@gnu.org; Tue, 11 Jun 2013 12:02:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UmQpz-0002QU-3g for grub-devel@gnu.org; Tue, 11 Jun 2013 11:50:24 -0400 Received: from mail-lb0-f180.google.com ([209.85.217.180]:47836) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmQhN-00072b-6I for grub-devel@gnu.org; Tue, 11 Jun 2013 11:41:29 -0400 Received: by mail-lb0-f180.google.com with SMTP id o10so5283719lbi.39 for ; Tue, 11 Jun 2013 08:41:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=j9H1xRYFjuK9wtLiwc/KpdCZ7uE22FQAP331zCVEhqM=; b=z/ExW0i0ClNvj8DqxBkQwneIwVbhlzNxHkNfsdcFPqsrp+85Sg0yBSqt3h47/3pGPw TYlN5NwLdiDPPQM8OHylleDbxU/nN3GFpz8+84YFX6OfTdAEgCT14BXfcly51b4YsefC OOVkHt281iR64JSDT3WEAjE9SzXjuTHzmMbXVRnzd3TxMlqJcFaBEyxVIPeWp2rF0NzA v9O89H2qP+vWXTmPF/Tg46CgahWSJLTrvuSGiZaJ8KfVaGJjeQWJ81NEVGUWcmUyboWp 9eQoRRM76+WeUPuFrNEmLMrGMhgxxzcKP3V68urQxmn4ynNVkawD1gwOB2mYNyhSPeh2 GC8Q== X-Received: by 10.152.28.162 with SMTP id c2mr3205381lah.45.1370965288099; Tue, 11 Jun 2013 08:41:28 -0700 (PDT) Received: from opensuse.site (ppp79-139-160-84.pppoe.spdop.ru. [79.139.160.84]) by mx.google.com with ESMTPSA id n1sm6525798lae.0.2013.06.11.08.41.27 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Tue, 11 Jun 2013 08:41:27 -0700 (PDT) Date: Tue, 11 Jun 2013 19:41:26 +0400 From: Andrey Borzenkov To: David Michael Subject: Re: [BUG][PATCH] configure.ac: Respect the configured freetype-config Message-ID: <20130611194126.1075e13e@opensuse.site> In-Reply-To: References: <20130607222002.6d37ec61@opensuse.site> <20130608080051.26e42526@opensuse.site> <20130611184802.7336d060@opensuse.site> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.217.180 Cc: The development of GNU GRUB X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jun 2013 16:02:41 -0000 В Tue, 11 Jun 2013 11:23:43 -0400 David Michael пишет: > Hi, > > On Tue, Jun 11, 2013 at 10:48 AM, Andrey Borzenkov wrote: > > Does it also work for non-cross build? AFAIK it should, but just to > > confirm? > > Yes, I did a native build and verified its grub-mkfont still runs, and > its output files match sha1sums of fonts from my distro's theme > packages. > OK, could you send full patch together with ChangeLog entry?