From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjaMo-0001WF-4p for qemu-devel@nongnu.org; Fri, 14 Dec 2012 13:52:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjaMl-0002N7-HZ for qemu-devel@nongnu.org; Fri, 14 Dec 2012 13:52:14 -0500 Received: from co9ehsobe001.messaging.microsoft.com ([207.46.163.24]:36969 helo=co9outboundpool.messaging.microsoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjaMl-0002N0-8u for qemu-devel@nongnu.org; Fri, 14 Dec 2012 13:52:11 -0500 Date: Fri, 14 Dec 2012 12:51:57 -0600 From: Scott Wood References: <1355426208.14046.6@snotra> <50CADFC1.1050301@redhat.com> In-Reply-To: <50CADFC1.1050301@redhat.com> (from kraxel@redhat.com on Fri Dec 14 02:13:53 2012) Message-ID: <1355511117.4740.4@snotra> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; delsp=Yes; format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC PATCH] Allow building without graphics support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Stefan Weil , Anthony Liguori , qemu-devel@nongnu.org On 12/14/2012 02:13:53 AM, Gerd Hoffmann wrote: > Hi, >=20 > > Yes, I could manually install it, though then I get to deal with =20 > telling > > the pixman build exactly where to install itself, and repeating the > > process for each toolchain and multilib-variant thereof. >=20 > That part is easy too. You just need ${cross_prefix}-pkg-config. > A simple two-liner script which sets PKG_CONFIG_PATH, then calls > /usr/bin/pkg-config. That will not only work for pixman, but all > libraries detected via pkg-config by configure. I already have that (though I can't just use ${cross_prefx} because I =20 have multilib variants to account for, so I set PKG_CONFIG=3D... when =20 running configure), due to the glib dependency. That just lets pixman =20 (and other libraries) be found in the QEMU build; it doesn't reduce the =20 burden of building and installing pixman for all targets. -Scott=