From patchwork Fri Feb 22 20:05:01 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kiszka X-Patchwork-Id: 222630 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 8087A2C02A4 for ; Sat, 23 Feb 2013 07:05:34 +1100 (EST) Received: from localhost ([::1]:56532 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8ys8-0005NB-Gx for incoming@patchwork.ozlabs.org; Fri, 22 Feb 2013 15:05:32 -0500 Received: from eggs.gnu.org ([208.118.235.92]:36577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8yrw-0005M8-Ip for qemu-devel@nongnu.org; Fri, 22 Feb 2013 15:05:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8yrq-0003YV-84 for qemu-devel@nongnu.org; Fri, 22 Feb 2013 15:05:20 -0500 Received: from goliath.siemens.de ([192.35.17.28]:20137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8yrg-0003Mc-RT; Fri, 22 Feb 2013 15:05:05 -0500 Received: from mail1.siemens.de (localhost [127.0.0.1]) by goliath.siemens.de (8.13.6/8.13.6) with ESMTP id r1MK51ru023036; Fri, 22 Feb 2013 21:05:02 +0100 Received: from mchn199C.mchp.siemens.de ([139.25.109.49]) by mail1.siemens.de (8.13.6/8.13.6) with ESMTP id r1MK516F028930; Fri, 22 Feb 2013 21:05:01 +0100 Message-ID: <5127CF6D.2060104@siemens.com> Date: Fri, 22 Feb 2013 21:05:01 +0100 From: Jan Kiszka User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: qemu-trivial X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 192.35.17.28 Cc: qemu-devel , =?ISO-8859-1?Q?Andreas_F=E4rber?= Subject: [Qemu-devel] [PATCH][RESENT] configure: Create link to icon bitmap for out-of-tree builds X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org This allows to pick up the icon when starting QEMU directly from an out-of-tree build directory. Signed-off-by: Jan Kiszka Reviewed-by: Stefan Weil --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 0eb25dd..265d8f7 100755 --- a/configure +++ b/configure @@ -4342,6 +4342,7 @@ FILES="$FILES tests/tcg/lm32/Makefile po/Makefile" FILES="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps" FILES="$FILES pc-bios/spapr-rtas/Makefile" FILES="$FILES roms/seabios/Makefile roms/vgabios/Makefile" +FILES="$FILES pc-bios/qemu-icon.bmp" for bios_file in \ $source_path/pc-bios/*.bin \ $source_path/pc-bios/*.aml \