Skip to content

Commit

Permalink
Fix qemu build on glinux
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Frantz <[email protected]>
  • Loading branch information
cfrantz committed Jun 13, 2022
1 parent 40ca0a8 commit 22f81d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions third_party/qemu/BUILD.qemu.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,21 @@ targets = [
"riscv32-softmmu",
"x86_64-softmmu",
]

binaries = [
"qemu-edid",
"qemu-ga",
"qemu-img",
"qemu-io",
"qemu-nbd",
"qemu-storage-daemon",
"qemu-system-i386",
"qemu-system-x86_64",
"qemu-edid",
"qemu-img",
"qemu-keymap",
"qemu-pr-helper",
"qemu-storage-daemon",
"qemu-system-arm",
"qemu-system-i386",
"qemu-system-riscv32",
"qemu-system-x86_64",
]

disable = [
"cocoa",
"coreaudio",
Expand Down
2 changes: 1 addition & 1 deletion third_party/qemu/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

def qemu_repos():
http_archive(
name = "qemu",
name = "qemu_src",
urls = [
"https://download.qemu.org/qemu-7.0.0.tar.xz",
],
Expand Down

0 comments on commit 22f81d3

Please sign in to comment.