Skip to content

Commit

Permalink
Merge pull request #192661 from Homebrew/exult-alsa
Browse files Browse the repository at this point in the history
exult: add `alsa-lib` dependency
  • Loading branch information
BrewTestBot authored Oct 3, 2024
2 parents 5301bf5 + 6363b1e commit 8d5379a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/e/exult.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ class Exult < Formula

uses_from_macos "zlib"

on_linux do
depends_on "alsa-lib"
end

def install
system "autoreconf", "--force", "--install", "--verbose"

Expand Down

0 comments on commit 8d5379a

Please sign in to comment.