Skip to content

Commit

Permalink
qemu: Restore missing libutil dependency for OS X < 10.5.
Browse files Browse the repository at this point in the history
This allows QEMU to successfully build again on OS X 10.4.

This dependency was previously added in commit cca45a2, but was inadvertedly erroneously removed when the QEMU version was reverted to 2.2.1 in commit b5c0b67.
  • Loading branch information
akemin-dayo committed Oct 14, 2021
1 parent df2e402 commit 5b11ce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Formula/qemu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Qemu < Formula
depends_on "gnutls"
depends_on "glib"
depends_on "pixman"
depends_on "libutil" if MacOS.version < :leopard
depends_on "vde" => :optional
depends_on "sdl" => :optional
depends_on "gtk+" => :optional
Expand Down

0 comments on commit 5b11ce0

Please sign in to comment.