1d0af77f71
Properly use Gtk3 (bnc#840607, bnc#849587) OBS-URL: https://build.opensuse.org/request/show/214293 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=176
23 lines
669 B
Diff
23 lines
669 B
Diff
From 752e7f8fd399dd18f0eb59e63588cdf877c76d42 Mon Sep 17 00:00:00 2001
|
|
From: Bruce Rogers <brogers@suse.com>
|
|
Date: Wed, 2 Oct 2013 17:51:46 +0200
|
|
Subject: [PATCH] roms: Build vgabios.bin
|
|
|
|
---
|
|
roms/Makefile | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/roms/Makefile b/roms/Makefile
|
|
index 10d5a65..3bb1f48 100644
|
|
--- a/roms/Makefile
|
|
+++ b/roms/Makefile
|
|
@@ -80,6 +80,8 @@ build-seabios-config-%: config.%
|
|
|
|
|
|
lgplvgabios: $(patsubst %,lgplvgabios-%,$(vgabios_variants))
|
|
+ make -C vgabios vgabios.bin
|
|
+ cp vgabios/VGABIOS-lgpl-latest.bin ../pc-bios/vgabios.bin
|
|
|
|
lgplvgabios-isavga: build-lgplvgabios
|
|
cp vgabios/VGABIOS-lgpl-latest.bin ../pc-bios/vgabios.bin
|