From 73d05b89d490f0578e2a0e5650a833b68f3b0aab Mon Sep 17 00:00:00 2001 From: madomado Date: Mon, 4 May 2026 18:24:30 +0800 Subject: [PATCH] fix(chess-tui): bdep alsa Signed-off-by: madomado --- anda/games/chess-tui/rust-chess-tui.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/games/chess-tui/rust-chess-tui.spec b/anda/games/chess-tui/rust-chess-tui.spec index dec95508684..d3603361332 100644 --- a/anda/games/chess-tui/rust-chess-tui.spec +++ b/anda/games/chess-tui/rust-chess-tui.spec @@ -14,6 +14,7 @@ Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 BuildRequires: pkgconfig(openssl) +BuildRequires: pkgconfig(alsa) %global _description %{expand: A rusty chess game in your terminal 🦀.}