Am 22.02.2013 21:05, schrieb Jan Kiszka: > This allows to pick up the icon when starting QEMU directly from an > out-of-tree build directory. > > Signed-off-by: Jan Kiszka <jan.kis...@siemens.com> > --- > 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 \
I have a similar patch in my tree since two years (don't know why I never sent it). The only difference is the order (I prefer alphabetic order for such lines). If you decide to reorder, you may add my Reviewed-by as well. Reviewed-by: Stefan Weil <s...@weilnetz.de>