From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUyyP-0006yB-EL for qemu-devel@nongnu.org; Wed, 13 Jan 2010 03:53:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUyyK-0006vr-Ke for qemu-devel@nongnu.org; Wed, 13 Jan 2010 03:53:05 -0500 Received: from [199.232.76.173] (port=57719 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUyyK-0006vk-Dr for qemu-devel@nongnu.org; Wed, 13 Jan 2010 03:53:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33802) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUyyJ-00057Y-T5 for qemu-devel@nongnu.org; Wed, 13 Jan 2010 03:53:00 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0D8qwbB023109 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 13 Jan 2010 03:52:59 -0500 Received: from localhost.localdomain (vpn2-11-187.ams2.redhat.com [10.36.11.187]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0D8qvrX030066 for ; Wed, 13 Jan 2010 03:52:57 -0500 From: Paolo Bonzini Date: Wed, 13 Jan 2010 09:52:52 +0100 Message-Id: <1263372776-23753-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/4] pkg-config related fixes for cross compilation List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is v3 of the series to simplify cross-compiling, by using a cross pkg-config tool whenever possible. I'm now using pkg-config also in the native compilation case whenever possible. I also found and fixed a typo in the static SDL case. v2->v3: fix typo v1->v2: always use pkg-config when available Paolo Bonzini (4): use cross-prefix for pkgconfig fixes to the static compilation case for sdl use pkg-config for sdl whenever available use pkg-config for libcurl whenever available configure | 50 +++++++++++++++++++++++++++++++++++-------------- 1 files changed, 36 insertions(+), 14 deletions(-)