From 6363b1e95b60b0e0963d266895f55fe78db2e99d Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Wed, 2 Oct 2024 17:14:47 -0400 Subject: [PATCH] exult: add `alsa-lib` dependency --- Formula/e/exult.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/e/exult.rb b/Formula/e/exult.rb index 3cdf4fa3fe96..f7bbbfbe94e9 100644 --- a/Formula/e/exult.rb +++ b/Formula/e/exult.rb @@ -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"