From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjRYR-0006hQ-PB for qemu-devel@nongnu.org; Fri, 14 Dec 2012 04:27:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjRYQ-0000oU-TF for qemu-devel@nongnu.org; Fri, 14 Dec 2012 04:27:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36535) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjQP8-0001TP-DZ for qemu-devel@nongnu.org; Fri, 14 Dec 2012 03:13:58 -0500 Message-ID: <50CADFC1.1050301@redhat.com> Date: Fri, 14 Dec 2012 09:13:53 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1355426208.14046.6@snotra> In-Reply-To: <1355426208.14046.6@snotra> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH] Allow building without graphics support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Scott Wood Cc: Stefan Weil , Anthony Liguori , qemu-devel@nongnu.org Hi, > Yes, I could manually install it, though then I get to deal with telling > the pixman build exactly where to install itself, and repeating the > process for each toolchain and multilib-variant thereof. 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. cheers, Gerd