From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] tools/configure: Check if pixman is present on the system Date: Wed, 14 Jan 2015 12:38:13 +0000 Message-ID: <1421239093.19103.256.camel@citrix.com> References: <1421172890-29763-1-git-send-email-julien.grall@linaro.org> <54B6168602000078000C581A@mail.emea.novell.com> <54B65D52.8020007@linaro.org> <1421238258.19103.247.camel@citrix.com> <54B660FB.60909@linaro.org> <1421238670.19103.253.camel@citrix.com> <54B661F1.8020401@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <54B661F1.8020401@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall Cc: ian.jackson@eu.citrix.com, stefano.stabellini@eu.citrix.com, wei.liu2@citrix.com, Jan Beulich , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-01-14 at 12:32 +0000, Julien Grall wrote: > On x86, glib seems to be required for seabios Only for make gtkconfig, I think? (surely the actual BIOS doesn't need glib!). We won't use that in our own builds I think. > and ipxe. Really? If true then there'd be nothing wrong with AC_IF(using our seabios || using our qemu || whatever) AC_CHECK ... glib Ian.