diff options
Diffstat (limited to 'seabios.git.spec')
-rw-r--r-- | seabios.git.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/seabios.git.spec b/seabios.git.spec index 7cc8c2b..0aba7a3 100644 --- a/seabios.git.spec +++ b/seabios.git.spec @@ -20,6 +20,8 @@ Source22: config.vga.vmware Source23: config.vga.qxl Source24: config.vga.virtio Source25: config.vga.bochs-display +Source26: config.vga.ramfb +Source27: config.vga.ati BuildRequires: iasl BuildRequires: python @@ -97,6 +99,7 @@ mkdir rpm.vga.doc for config in %{SOURCE20} %{SOURCE21} \ %{SOURCE22} %{SOURCE23} \ %{SOURCE24} %{SOURCE25} \ + %{SOURCE26} %{SOURCE27} \ ;do vga="${config##*.}" do_build $config out/vgabios.bin |